You can do some other tricks: for example try to r...
# android
g
You can do some other tricks: for example try to repack Kotlin stdlib to your own package and then use Proguard to remove unused code (as I understand it’s similar what DCE tool does for Kotlin JS). Not sure about pitfalls in this case tho