Hi, how can I compile only one folder (models) to ...
# javascript
f
Hi, how can I compile only one folder (models) to javascript?
k
No, you should bringe these models to a separate multi-platform module and include it as a dependency to both JVM and JS parts. See http://kotlinlang.org/docs/reference/multiplatform.html
👍 1
f
thx