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 {
|
||||
classpath(Deps.Gradle.kotlin)
|
||||
classpath(Deps.Gradle.kotlinSerialization)
|
||||
classpath(Deps.Gradle.androidGradle)
|
||||
classpath(Deps.Gradle.sqlDelight)
|
||||
classpath(Deps.Gradle.shadow)
|
||||
classpath(Deps.Gradle.kotlinter)
|
||||
with(Deps.Gradle) {
|
||||
classpath(kotlin)
|
||||
classpath(kotlinSerialization)
|
||||
classpath(androidGradle)
|
||||
classpath(sqlDelight)
|
||||
classpath(shadow)
|
||||
classpath(kotlinter)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue