-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding sdk-jvm to android gradle #34
Comments
Hello @Yoann-Abbes , is this bug scheduled to be solved any time soon?? |
A jar without dependencies (a thin jar) has been released, which resolves the duplicates dependencies issue in a Android/Kotlin environment You can find the new 1.2.0 version with the jars here https://bintray.com/kuzzle/maven/sdk-jvm If you use the fat jar you can still use Otherwise, if you want to use the thin jar use |
Hello @Yoann-Abbes , |
I'm trying to use kuzzle in my android application using sdk-jvm in gradle file, and the app will not build after adding it, you can check the log using this Link
Steps to Reproduce
1- add the maven url in project gradle file in repositories as following:
maven {
url "http://dl.bintray.com/kuzzle/maven"
}
2- add the sdk-jvm under dependencies in module app gradle file as following:
implementation 'io.kuzzle:sdk-jvm:1.0.1'
3- Sync dependecies and the rebuild the app
The text was updated successfully, but these errors were encountered: