-
Notifications
You must be signed in to change notification settings - Fork 72
Duplicate class javax.validation.* found in jakarta.validation-api-2.0.2 and validation-api-1.1.0.Final #354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you using build.gradle or build.gradle.kts files? |
Yes, and the following codes are in the app level
Except the followings, the other part of this file is automatic generated.
This profile is not working. |
https://kotlin.github.io/dataframe/installation.html#custom-configuration Maybe you could use a custom configuration as described above, only including the modules you need. Your specific error is likely due to dataframe-openapi. |
I
I tried to use
I think this would fail too. I would update this comment after finishing sync and build progresses. |
The build has finished. No problem in using implementations:
Errors popped up when trying to use implementations:
The error codes in
And the error codes in |
I think the problems mentioned in this issue are mostly solved for I only use the basic function of DataFrame in Android. But if I want to use additional feature, the issue would be brought up again. Thank you for your help, @Jolanrensen ! |
#371 small fix present here, plus explanation for how to configure your android project so dataframe is fully compatible. |
In Android Studio, this error occurred when trying to build the project.
Tried to use
exclude group: "jakarta.validation", module: "jakarta.validation-api-2.0.2"
, built failed. The error is :Please help.
The text was updated successfully, but these errors were encountered: