Haven't used Kotlin/JS or IDEA for a while. Just u...
# javascript
j
Haven't used Kotlin/JS or IDEA for a while. Just updated everything, I get Gradle errors. What are the correct versions right now, these cannot be found?
Copy code
id("org.jetbrains.kotlin.js") version "1.4.10"
    id("kotlin2js") version "1.5.0-release-760"
And where would I find this myself?
a
we no longer use
id("kotlin2js")
only the first is enough
j
Ah thanks, seems to work now