From eb3ccfc2a34838ba77964a5878d1be893b4a51f9 Mon Sep 17 00:00:00 2001 From: "Sergey.Shanshin" Date: Wed, 12 Nov 2025 12:05:44 +0100 Subject: [PATCH] Removed redundant enabling tracking klib-based targets In the BCV implementation as part of KGP, klib-based targets tracking is enabled by default, so there is no need to explicitly enable it. --- .../main/kotlin/kotlin-multiplatform-conventions.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/buildSrc/src/main/kotlin/kotlin-multiplatform-conventions.gradle.kts b/buildSrc/src/main/kotlin/kotlin-multiplatform-conventions.gradle.kts index 459478b8da..617b955c2e 100644 --- a/buildSrc/src/main/kotlin/kotlin-multiplatform-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/kotlin-multiplatform-conventions.gradle.kts @@ -15,10 +15,6 @@ kotlin { @OptIn(ExperimentalAbiValidation::class) abiValidation { enabled = abiCheckEnabled - - klib { - enabled = true - } } jvm {