Dwenny/android/build/settings.gradle
Zoey 35b5df9c10 Working
math works
touch works
unicode arrows on android don't
2024-01-19 14:07:20 +01:00

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'