Skip to content

Commit

Permalink
Apply the binary compatibility validator Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 8, 2024
1 parent 66fc362 commit 0d109d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
tasks.wrapper {
distributionType = Wrapper.DistributionType.ALL
}

plugins {
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3"
}

apiValidation {
@OptIn(kotlinx.validation.ExperimentalBCVApi::class)
klib {
enabled = true
}
}

0 comments on commit 0d109d2

Please sign in to comment.