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 Jul 24, 2024
1 parent 4ba88c6 commit 85324b8
Show file tree
Hide file tree
Showing 3 changed files with 427 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 @@ -57,6 +57,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 85324b8

Please sign in to comment.