Hello there, I have upgraded (from 1.5.31 to 1.6.0...
# javascript
a
Hello there, I have upgraded (from 1.5.31 to 1.6.0) somewhat a big multiplatform project with multi modules having jvm and js targets only. I am currently getting this error when I try to compile to kotlin/js.
Copy code
> Task compileKotlinJs FAILED
e: Could not find "kotlin" in [/home/andylamax/.local/share/kotlin/daemon]
e: java.lang.IllegalStateException: Could not find "kotlin" in [/home/andylamax/.local/share/kotlin/daemon]
        at org.jetbrains.kotlin.cli.js.K2JsIrCompilerKt$messageCollectorLogger$1.fatal(K2JsIrCompiler.kt:539)
        at org.jetbrains.kotlin.library.KotlinLibrarySearchPathResolver.resolve(SearchPathResolver.kt:175)
It should be also be known that task compileKotlinJvm executes successfully. What might the problem be?
Found culprit. Happens when you try to use a library compiled with 1.6.0 on 1.5.31