Skip to content

Commit

Permalink
adding abi validation
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Nov 7, 2024
1 parent e3fc503 commit 3473242
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -26,6 +26,11 @@ plugins {

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

nonPublicMarkers.add("co.touchlab.kermit.ExperimentalKermitApi")
// ignoredProjects.addAll(listOf("kermit-gradle-plugin", "kermit-ir-plugin", "kermit-ir-plugin-native"))
}
Expand Down
4 changes: 3 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ pluginManagement {
gradlePluginPortal()
mavenCentral()
}
}
}

rootProject.name = "kermit-root"

0 comments on commit 3473242

Please sign in to comment.