Ensure Android Java and Kotlin compile to the same version
This commit is contained in:
@ -1,2 +1,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'
|
||||
|
||||
Reference in New Issue
Block a user