2023-02-02 00:17:06 +01:00
|
|
|
// This is the root directory of the Godot Android gradle build.
|
2022-05-31 20:10:15 +02: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-10 04:55:42 +02:00
|
|
|
include ':assetPacks:installTime'
|