I am new with kotlin / JS which uses React as a fr...
# javascript
a
I am new with kotlin / JS which uses React as a framwork. I would like to know if it is possible to have multiple pages in a single module that use different scripts and not just “project name” .js
m
That’s not possible. If you want to have multiple JS files you need to use multiple modules.
1
a
thank u marc, I appreciate it 🙂
m
Just to double-check: You mean multiple JS files generated from Kotlin code, don’t you? You can import any number of external JS files though 🙂
a
yes, i meant more files generated by kotlin. So have the ability to use multiple html pages to call them
👍 1