Skip to content

Commit 61b98c9

Browse files

File tree

2 files changed

+251
-0
lines changed

2 files changed

+251
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)