From f0fb6fc47c699b80f24e0942808dc5e3c84b0e81 Mon Sep 17 00:00:00 2001 From: DennisBauer <37552885+DennisBauer@users.noreply.github.com> Date: Wed, 30 Oct 2024 08:33:42 +0100 Subject: [PATCH] Remove obsolete disableCompilerDaemon flag This was only needed in the past for older KMP versions and not needed anymore. --- gradle.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 21b4240..52e71f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,5 +10,3 @@ android.useAndroidX=true #MPP kotlin.mpp.androidSourceSetLayoutVersion=2 kotlin.mpp.enableCInteropCommonization=true - -kotlin.native.disableCompilerDaemon = true