Skip to content

Commit

Permalink
Enable KLib ABI validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 13, 2024
1 parent df27021 commit 54279c1
Show file tree
Hide file tree
Showing 4 changed files with 590 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ apiValidation {
ignoredProjects += listOf(
"sample",
)

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

// tasks.register<Delete>("clean").configure {
Expand Down
Loading

0 comments on commit 54279c1

Please sign in to comment.