From 7f827f79327a2be375fb4eb1d8cae8e80aee6895 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Mon, 16 Sep 2024 00:20:13 +0200 Subject: [PATCH] Remove obsolete kotlin.js.compiler property --- gradle.properties | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index d73308998..ea59ecae1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,6 @@ org.gradle.caching=true org.gradle.configuration-cache=true org.gradle.jvmargs=-Xmx4g -# Enabling the IR compiler globally while legacy is still the default -kotlin.js.compiler=ir - -# Disabled for now because Dukat is unreliable -#kotlin.js.generate.externals=true - # Remove warning about multiplatform projects being an Alpha feature kotlin.mpp.stability.nowarn=true # To disable the warning saying we can't compile native macOS on Windows