Euphoria_Board/build.gradle.kts
litingting 77ae2d96ea init
2026-01-16 15:23:32 +08:00

7 lines
277 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.9.2" apply false
id("org.jetbrains.kotlin.android") version "2.2.21" apply false
kotlin("kapt") version "2.0.0"
}