Skip to content

Commit

Permalink
What if disable klib checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jul 17, 2024
1 parent d15a6c5 commit 16bb803
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 426 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ apiValidation {
ignoredProjects += listOf(
"sample"
)

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

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

0 comments on commit 16bb803

Please sign in to comment.