Skip to content

Commit c60eb51

Browse files
Gooolerqurbonzoda
authored andcommitted

File tree

2 files changed

+252
-1
lines changed

2 files changed

+252
-1
lines changed

build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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.16.2"
11+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3"
1212
}
1313

1414
infra {
@@ -27,6 +27,11 @@ apiValidation {
2727
"benchmarks",
2828
"runner",
2929
)
30+
31+
@OptIn(kotlinx.validation.ExperimentalBCVApi::class)
32+
klib {
33+
enabled = true
34+
}
3035
}
3136

3237
allprojects {

0 commit comments

Comments
 (0)