ArDrawingSpace_com.draw.pai.../build.gradle.kts
2026-01-04 17:47:43 +08:00

5 lines
242 B
Plaintext

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.11.1" apply false
id("org.jetbrains.kotlin.android") version "2.2.21" apply false
}