Has anybody tried using a minimizer/obfuscator on kotlinjs output? kotlin.js itself seems to work with closure compiler, but none of my libraries do.
-N
Has anybody tried using a minimizer/obfuscator on kotlinjs output? kotlin.js itself seems to work with closure compiler, but none of my libraries do.
-N
Hm, the closure compiler seems to work if I don't try to bundle kotlin.js with the application. It seems like a closure bug. It also doesn't work with optimization level "advanced".