Closed Kolyall closed 4 years ago
When I make: ./gradlew -q app:dependencies Your lib has kotlin dependency
./gradlew -q app:dependencies
+--- com.mikhaellopez:circularprogressbar:3.0.3 | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.50 -> 1.3.60 (*)
But lib rxanimation doesn't
+--- com.mikhaellopez:rxanimation:0.0.7
I added this dependency so that users on JAVA can use this library. Otherwise they will have an unclear error because they miss kotlin-stdlib. For users under Kotlin this dependency will automatically override.
kotlin-stdlib
When I make:
./gradlew -q app:dependencies
Your lib has kotlin dependencyBut lib rxanimation doesn't