Well, let say I’m working on a HUGE app. I’m doing...
# javascript
t
Well, let say I’m working on a HUGE app. I’m doing it all in Kotlin. So my app have many files. At the end, kotlin will compile all my app in one javascript file (I think). I don’t want it to happen. I don’t want to have one big file. I want my app be able to only load the code that the user need. And also, if I change something, he does not need to download all the app again.