bloder
09/05/2018, 7:35 PMModule not found: Error: Can't resolve 'kotlinx-html-js' in '/home/bloder/KotlinJsProjects/bloder-polymer-playground/polymer-playground/build/js'
I've already tried to import kotlin-html-js in node dependencies but it's still occurring, I'm using kotlin front end plugin, and I'm importing the library like this
dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-html-js:0.6.9"
}
bloder
09/05/2018, 8:11 PM