Dear all,
I am trying to import files generated from multiplatform basic project into e.g. Visual Code Studio.
First of all, I am completely newbie in JS, so please, be kind 🙂
I have simple class with only one helloWorld() function as below
After importation generated files in VCS, my kotlin function is not visible (Uncaught ReferenceError: helloWorld is not defined)
and generated files are