ok, so, i took Kotlin master branch, and i want to...
# javascript
h
ok, so, i took Kotlin master branch, and i want to build
libraries/stdlib/js
. trying to do it with 1.2.40 and gradle 4.3.1 , failing
i
You can run
:kotlin-stdlib-js:assemble
gradle task to achieve that. Note that you should use that gradle version and that kotlin compiler version, that are set the build. Easiest way to do that is to launch the specific gradle version with the wrapper (
gradlew
)