Move config to buildSrc

This commit is contained in:
vvb2060
2021-09-08 00:45:15 +08:00
committed by John Wu
parent 9bf835e810
commit 810cf4dee8
8 changed files with 103 additions and 120 deletions

View File

@@ -2,6 +2,7 @@ plugins {
`kotlin-dsl`
}
repositories {
google()
mavenCentral()
}
@@ -15,5 +16,9 @@ gradlePlugin {
}
dependencies {
implementation(kotlin("gradle-plugin", "1.5.30"))
implementation("com.android.tools.build:gradle:7.0.2")
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.4.0-alpha07")
implementation("io.michaelrocks:paranoid-gradle-plugin:0.3.5")
implementation("org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r")
}