I would like to create an Android library in Kotli...
# android
s
I would like to create an Android library in Kotlin, but one of the issues is its method count (for those consuming the library in pure java projects). Is it possible to remove the unused methods with proguard in the release library version?