blob: ba53aefe7f2b771046ef389d26ab45f54e6d60dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// This is the root directory of the Godot custom 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'
|