Skip to content

Commit 0d109d2

Browse files
committed
Apply the binary compatibility validator Gradle plugin
1 parent 66fc362 commit 0d109d2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.gradle.kts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
tasks.wrapper {
22
distributionType = Wrapper.DistributionType.ALL
33
}
4+
5+
plugins {
6+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3"
7+
}
8+
9+
apiValidation {
10+
@OptIn(kotlinx.validation.ExperimentalBCVApi::class)
11+
klib {
12+
enabled = true
13+
}
14+
}

0 commit comments

Comments
 (0)