Got another newb question :slightly_smiling_face: ...
# javascript
o
Got another newb question 🙂 If I have a kotlin app that needs to call a node.js library (not typescript), the kotlin code will be compiled into javascript to be run on node, am I correct? In the documentation I read that dynamic type is not supported in code targeting JVM.