2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 09:56:22 +01:00
xash3d-fwgs/android/build.gradle.kts

5 lines
234 B
Plaintext
Raw Normal View History

2023-10-26 13:25:18 +02:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.5.0" apply false
2023-10-26 13:25:18 +02:00
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
}