Keyboard_Theme_Skin/build.gradle.kts
2025-08-07 14:57:25 +08:00

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