Kotlin.js file size

It can’t be packaged by react-native because it’s too large. If you use the DCE tool, it can be. https://kotlinlang.org/docs/reference/javascript-dce.html

I’m trying out some better solutions, such as compiling the stdlib into multiple js files.

2 Likes