feat: support adding project build script dependencies

This commit is contained in:
Erisu
2026-05-12 13:02:42 +09:00
parent a1f75a3e95
commit 8d20f842a3
5 changed files with 56 additions and 2 deletions
+3
View File
@@ -59,6 +59,9 @@ buildscript {
println "Adding classpath: ${gradlePluginGoogleServicesClassPath}"
classpath gradlePluginGoogleServicesClassPath
}
// APP-BUILDSCRIPT-DEPENDENCIES START
// APP-BUILDSCRIPT-DEPENDENCIES END
}
}