Tristan Caron
10/15/2016, 4:53 PMsrc
directory I have many packages like:
src
datastore
file1
file2
file3
webgl
file1
file2
main.kt
When I build the project the compiler is doing one big file, I want him to generate one file par package
. And in the compiled code, it require
the right package asynchronously 😄