Move gradle plugin dependencies to Deps.Gradle scope
This commit is contained in:
parent
7341fc49f0
commit
b8bf6aef1b
1 changed files with 8 additions and 6 deletions
|
@ -7,12 +7,14 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath(Deps.Gradle.kotlin)
|
with(Deps.Gradle) {
|
||||||
classpath(Deps.Gradle.kotlinSerialization)
|
classpath(kotlin)
|
||||||
classpath(Deps.Gradle.androidGradle)
|
classpath(kotlinSerialization)
|
||||||
classpath(Deps.Gradle.sqlDelight)
|
classpath(androidGradle)
|
||||||
classpath(Deps.Gradle.shadow)
|
classpath(sqlDelight)
|
||||||
classpath(Deps.Gradle.kotlinter)
|
classpath(shadow)
|
||||||
|
classpath(kotlinter)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue