From 4ccad00c1130c26bd056000030fdd9a347253498 Mon Sep 17 00:00:00 2001 From: Ilya Goncharov Date: Wed, 22 Feb 2023 12:08:07 +0100 Subject: [PATCH] [Gradle, JS] Force enabled js compiler legacy to prevent problems in daemon --- libraries/kotlin-dom-api-compat/gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/kotlin-dom-api-compat/gradle.properties b/libraries/kotlin-dom-api-compat/gradle.properties index 34be3146dc9..75bd3abb055 100644 --- a/libraries/kotlin-dom-api-compat/gradle.properties +++ b/libraries/kotlin-dom-api-compat/gradle.properties @@ -1 +1,2 @@ -kotlin.js.compiler.publish.attribute=false \ No newline at end of file +kotlin.js.compiler.publish.attribute=false +kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true \ No newline at end of file