Skip to content

Commit 3ea58c0

Browse files
Gooolerqurbonzoda
authored andcommitted
Introduce binary compatibility validator
1 parent c73ce02 commit 3ea58c0

File tree

2 files changed

+295
-0
lines changed

2 files changed

+295
-0
lines changed

build.gradle.kts

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ buildscript {
88

99
plugins {
1010
id("kotlinx.team.infra") version "0.4.0-dev-80"
11+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
1112
}
1213

1314
infra {
@@ -21,6 +22,13 @@ infra {
2122
}
2223
}
2324

25+
apiValidation {
26+
ignoredProjects += listOf(
27+
"benchmarks",
28+
"runner",
29+
)
30+
}
31+
2432
allprojects {
2533
repositories {
2634
mavenCentral()

0 commit comments

Comments
 (0)