is it possible to build kotlin multiplatform to js...
# javascript
s
is it possible to build kotlin multiplatform to js without using jvm?
s
Kotlin compilers for all platforms need JVM
s
Got it, thank you!
> The 'java' plugin has been applied, but it is not compatible with the Android plugins.
Can I not use the java plugin with android?
I have a project where I want android/ios/js targets
a
Then do not include the
java
plugin. Include only
kotlin("multiplatform")
plugin