From 775da5d3d2fecfc3b60c39b0624999903ec5db14 Mon Sep 17 00:00:00 2001 From: Artem Kobzar Date: Tue, 21 Feb 2023 18:10:15 +0000 Subject: [PATCH] [K/JS] Fix publishing of the stdlib compiled with the legacy js compiler --- buildSrc/gradle.properties | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index d32b332cd19..cd5c260e18f 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -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 diff --git a/gradle.properties b/gradle.properties index 7f263b46fef..a0df68ddcd1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -Dorg.gradle.internal.publish.checksums.insecure=true -kotlin.daemon.jvmargs=-Xmx3g +kotlin.daemon.jvmargs=-Xmx3g -Dkotlin.js.compiler.legacy.force_enabled=true systemProp.file.encoding=UTF-8 systemProp.user.country=US # Enable new incremental compiation