2023-02-01 15:17:06 -08:00
|
|
|
// This is the root directory of the Godot Android gradle build.
|
2022-05-31 19:10:15 +01:00
|
|
|
pluginManagement {
|
|
|
|
apply from: 'config.gradle'
|
|
|
|
|
|
|
|
plugins {
|
|
|
|
id 'com.android.application' version versions.androidGradlePlugin
|
|
|
|
id 'org.jetbrains.kotlin.android' version versions.kotlinVersion
|
|
|
|
}
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
google()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-09-09 19:55:42 -07:00
|
|
|
include ':assetPacks:installTime'
|