Skip to content

Commit ebad555

Browse files
authored
Removed redundant enabling tracking klib-based targets (#4569)
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.
1 parent c9c0e80 commit ebad555

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

buildSrc/src/main/kotlin/kotlin-multiplatform-conventions.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ kotlin {
1515
@OptIn(ExperimentalAbiValidation::class)
1616
abiValidation {
1717
enabled = abiCheckEnabled
18-
19-
klib {
20-
enabled = true
21-
}
2218
}
2319

2420
jvm {

0 commit comments

Comments
 (0)