jaychang0917 / SimpleRecyclerView

A RecyclerView extension for building list more easily.
Apache License 2.0
935 stars 104 forks source link

Method count issue. #31

Closed fourplay45 closed 7 years ago

fourplay45 commented 7 years ago

This is a nice library to use, thank you for your hard work! However the recent change has the side effect of adding lots of method count because of using Kotlin library I guess.

Can this be resolved in near the future? e.g. have a different branch which doesn't include kotlin.

jaychang0917 commented 7 years ago

Thanks your report, the new release 1.2.6 excluded the transitive dependencies of kotlin-android-extensions.

Please feel free to reopen the issue if you have any questions.