We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadf892 commit e12b8b6Copy full SHA for e12b8b6
settings.gradle.kts
@@ -1,5 +1,9 @@
1
rootProject.name = "backfila"
2
3
+plugins {
4
+ id("com.autonomousapps.build-health") version "2.7.0"
5
+}
6
+
7
includeBuild("build-support") {
8
dependencySubstitution {
9
substitute(module("app.cash.backfila:client-sqldelight-gradle-plugin")).using(project(":client-sqldelight-gradle-plugin"))
0 commit comments