mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-06 07:29:10 +00:00
Add dependencies plugin
This commit is contained in:
@@ -16,6 +16,7 @@ buildscript {
|
|||||||
classpath(Config.Plugin.sqlDelight)
|
classpath(Config.Plugin.sqlDelight)
|
||||||
classpath(Config.Plugin.ktlint)
|
classpath(Config.Plugin.ktlint)
|
||||||
classpath(Config.Plugin.aboutLibraries)
|
classpath(Config.Plugin.aboutLibraries)
|
||||||
|
classpath(Config.Plugin.dependencies)
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
}
|
}
|
||||||
@@ -30,6 +31,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apply(plugin = "com.github.ben-manes.versions")
|
||||||
apply(plugin = "org.jlleitschuh.gradle.ktlint")
|
apply(plugin = "org.jlleitschuh.gradle.ktlint")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ object Config {
|
|||||||
"com.squareup.sqldelight:gradle-plugin:${Dependencies.SQLDelight.version}"
|
"com.squareup.sqldelight:gradle-plugin:${Dependencies.SQLDelight.version}"
|
||||||
const val aboutLibraries =
|
const val aboutLibraries =
|
||||||
"com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${Dependencies.AboutLibraries.version}"
|
"com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${Dependencies.AboutLibraries.version}"
|
||||||
|
const val dependencies =
|
||||||
|
"com.github.ben-manes:gradle-versions-plugin:0.36.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
object Android {
|
object Android {
|
||||||
|
|||||||
Reference in New Issue
Block a user