build: add revapi to core api modules (#361)
this way we can detect API/ABI breaks between versions. it'll compare to the previous tag.
This commit is contained in:
parent
236cd34a32
commit
46a3f7129f
6 changed files with 10 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ dependencies {
|
|||
implementation(libs.gradleKotlinJvm)
|
||||
implementation(libs.gradleDokka)
|
||||
implementation(libs.spotless)
|
||||
implementation(libs.revapi)
|
||||
|
||||
// https://github.com/gradle/gradle/issues/15383#issuecomment-779893192
|
||||
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue