16 lines
392 B
Groovy
16 lines
392 B
Groovy
|
// This is the root directory of the Godot Android gradle build.
|
||
|
pluginManagement {
|
||
|
apply from: 'config.gradle'
|
||
|
|
||
|
plugins {
|
||
|
id 'com.android.application' version versions.androidGradlePlugin
|
||
|
id 'org.jetbrains.kotlin.android' version versions.kotlinVersion
|
||
|
}
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
google()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
include ':assetPacks:installTime'
|