You cannot use proguard on your SDK module to remo...
# android
g
You cannot use proguard on your SDK module to remove unused methods from Kotlin stdlib, because Proguard strips only your code, not code of your dependency. Dependency is just line in pom.xml and client transitively depends on it, so it’s responsibility of the client to run proguard