mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
clean up of plugin to use classpath so it can use the kotlin class instead of having to intercept in the settings.gradle
This commit is contained in:
parent
1978b9a62e
commit
4e0c97a120
4 changed files with 25 additions and 27 deletions
|
@ -2,6 +2,18 @@
|
|||
plugins{
|
||||
id("com.github.ben-manes.versions") version BuildPluginsVersion.VERSIONS_PLUGIN
|
||||
}
|
||||
|
||||
buildscript {
|
||||
dependencies {
|
||||
classpath(BuildPluginsVersion.AGP)
|
||||
classpath(BuildPluginsVersion.OSS_LICENSE)
|
||||
classpath(BuildPluginsVersion.GOOGLE_SERVICES)
|
||||
classpath(BuildPluginsVersion.ANDROID_EXTENSIONS)
|
||||
classpath(BuildPluginsVersion.KOTLIN_GRADLE)
|
||||
classpath(BuildPluginsVersion.KOTLINTER)
|
||||
}
|
||||
}
|
||||
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
allprojects {
|
||||
repositories {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue