mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-05 23:19:10 +00:00
Add dependencies plugin
This commit is contained in:
@@ -16,6 +16,7 @@ buildscript {
|
||||
classpath(Config.Plugin.sqlDelight)
|
||||
classpath(Config.Plugin.ktlint)
|
||||
classpath(Config.Plugin.aboutLibraries)
|
||||
classpath(Config.Plugin.dependencies)
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// 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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user