Is it possible to compile kotlin files into several javascript files when I do compile my project? For example, I would like to have 3 different .kt files with main() function for 3 different web pages of my project. So I would like to receive 3 .js files as an output. Is it possile to do w/o compiling the .kt files manually from command line?