[K/JS] Fix publishing of the stdlib compiled with the legacy js compiler
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
org.gradle.jvmargs=-Duser.country=US
|
||||
# Should be the same as in the main project to avoid spawning second daemon
|
||||
kotlin.daemon.jvmargs=-Xmx3g
|
||||
kotlin.daemon.jvmargs=-Xmx3g -Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
|
||||
cacheRedirectorEnabled=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user