Skip to content

Commit

Permalink
Add convention plugins and binary compatibility validator
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Ramotar <[email protected]>
  • Loading branch information
matt-ramotar committed Jun 11, 2024
1 parent 7434831 commit 3e13bda
Show file tree
Hide file tree
Showing 185 changed files with 3,712 additions and 2,636 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ buildscript {
classpath(libs.kover.plugin)
classpath(libs.atomic.fu.gradle.plugin)
classpath(libs.kmmBridge.gradle.plugin)
classpath(libs.binary.compatibility.validator)
}
}

Expand Down
127 changes: 0 additions & 127 deletions cache/build.gradle.kts

This file was deleted.

111 changes: 0 additions & 111 deletions core/build.gradle.kts

This file was deleted.

5 changes: 4 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ktlint = "0.39.0"
kover = "0.6.0"
store = "5.1.0-alpha02"
truth = "1.1.3"
binary-compatibility-validator = "0.15.0-Beta.2"

[libraries]
android-gradle-plugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
Expand Down Expand Up @@ -55,6 +56,8 @@ junit = { group = "junit", name = "junit", version.ref = "junit" }
google-truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
touchlab-kermit = { group = "co.touchlab", name = "kermit", version.ref = "kermit" }
turbine = "app.cash.turbine:turbine:1.0.0"
binary-compatibility-validator = {module = "org.jetbrains.kotlinx:binary-compatibility-validator", version.ref = "binary-compatibility-validator"}

[plugins]
ktlint = {id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlintGradle"}
ktlint = {id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlintGradle"}
binary-compatibility-validator = {id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator"}
123 changes: 0 additions & 123 deletions multicast/build.gradle.kts

This file was deleted.

Loading

0 comments on commit 3e13bda

Please sign in to comment.