Another question. When I make fat-jar with my kotl...
# announcements
o
Another question. When I make fat-jar with my kotlin program, it turns out to be around 5Mb. Looks like kotlin takes the most of it's space. Is it normal?
c
Kotlin stdlib + runtime jars should be around 1.5M total.
if you need kotlin-reflect, that's another 2.5M
If size matters to you, run your jar through Proguard