I tried to use gradle for transpiling Kotlin to Js. When I run the example from https://www.codeflow.site/fr/article/kotlin-javascript I got the error :
Could not initia
In your build.gradle file if you hover over the classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" it will tell you what version of Kotlin you will have to use in the kotlinVersion variable at the top of the file, according to your SDK/plugins versions.