Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 Kotlin 1.3.41 开始,kotlin js 编译器将为依赖项生成 js 文件(例如,标准库 kotlin.js)。在 Kotlin 1.3.50 和 1.3.60 中,不再生成这些依赖项。
应该如何单独获取这些文件或让 kotlin 编译器再次生成它们?
如果我们切换到 build.gradle 文件中的依赖项的“编译”而不是“实现”,问题似乎就消失了。