From 29be5a0bbccba94a05374d9bc453dda29a4e6eb0 Mon Sep 17 00:00:00 2001 From: Youssef Shoaib Date: Mon, 22 Jun 2026 17:30:48 +0100 Subject: [PATCH 1/2] Remove deprecated Kotlin targets --- plugin-annotations/build.gradle.kts | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin-annotations/build.gradle.kts b/plugin-annotations/build.gradle.kts index 67ea248..c33b70c 100644 --- a/plugin-annotations/build.gradle.kts +++ b/plugin-annotations/build.gradle.kts @@ -27,13 +27,11 @@ kotlin { linuxX64() macosArm64() - macosX64() mingwX64() tvosArm64() tvosSimulatorArm64() - tvosX64() wasmJs().nodejs() wasmWasi().nodejs() @@ -42,7 +40,6 @@ kotlin { watchosArm64() watchosDeviceArm64() watchosSimulatorArm64() - watchosX64() applyDefaultHierarchyTemplate() } From 4b76e218039908279e906dd323c93a5963b5d57a Mon Sep 17 00:00:00 2001 From: Youssef Shoaib Date: Mon, 22 Jun 2026 17:31:24 +0100 Subject: [PATCH 2/2] Ignore disabled native targets --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 0e6419a..6c54c2d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,3 +3,4 @@ kotlin.code.style=official org.gradle.jvmargs=-Xmx1g -Dfile.encoding=UTF-8 org.gradle.caching=true org.gradle.configuration-cache=true +kotlin.native.ignoreDisabledTargets=true \ No newline at end of file