From 9af38086d1a2177d94e02b8e3e146667f66134ff Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Tue, 3 Dec 2024 16:13:03 +0800 Subject: [PATCH] Update Kotlin to 2.1.0; Update Gradle to 8.6; Update kcp: KSP, SuspendTransform; Signed-off-by: ForteScarlet --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradle.properties b/gradle.properties index ea4ad86c4..fd6b9c4bc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -44,6 +44,8 @@ org.gradle.caching=true #org.gradle.configuration-cache=true #org.gradle.configuration-cache.problems=warn +# https://kotlinlang.org/docs/multiplatform-publish-lib.html#host-requirements +kotlin.native.enableKlibsCrossCompilation=true # https://kotlinlang.org/docs/gradle-compilation-and-caches.html#the-new-kotlin-compiler #kotlin.experimental.tryK2=true