且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Gradle不会发出kotlin.js

更新时间:2023-11-19 23:48:16

对于其他将来遇到困难的人,我遇到了以下问题:

For any others struggling in the future, I've had the following issue:

已经在gradle文件中生成了IntelliJ Kotlin/JS入门项目:

IntelliJ Kotlin/JS starter project has been generated with this in the gradle file:

implementation "org.jetbrains.kotlin:kotlin-stdlib-js"

要获取kotlin.js文件,必须是

compile "org.jetbrains.kotlin:kotlin-stdlib-js"