Are there utilities to get a minimalised version o...
# announcements
r
Are there utilities to get a minimalised version of kotlin-std and kotlin-runtime? In the sense of dead code elimination or jigsaw ?
k
ProGuard for JVM.
d
Sure, for example pro-guard for Android will trim down the kotlin libraries based on what you use.
r
Cool, thanks for the quick response