lopspower / CircularProgressBar

Create circular ProgressBar in Android ⭕
Apache License 2.0
1.73k stars 223 forks source link

exclude dependency from lib org.jetbrains.kotlin:kotlin-stdlib:1.3.50 #38

Closed Kolyall closed 4 years ago

Kolyall commented 5 years ago

When I make: ./gradlew -q app:dependencies Your lib has kotlin dependency

+--- 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
lopspower commented 4 years ago

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.