Skip to content

Commit

Permalink
Enable KLib ABI validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored and qurbonzoda committed Sep 4, 2024
1 parent 38be1b4 commit c60eb51
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {

plugins {
id("kotlinx.team.infra") version "0.4.0-dev-80"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.2"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3"
}

infra {
Expand All @@ -27,6 +27,11 @@ apiValidation {
"benchmarks",
"runner",
)

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

allprojects {
Expand Down
Loading

0 comments on commit c60eb51

Please sign in to comment.