AndroidApp/build.gradle.kts

5 lines
224 B
Plaintext
Raw Normal View History

2025-07-02 17:48:41 +08:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2025-07-11 18:25:40 +08:00
id("com.chaquo.python") version "16.1.0" apply false
2025-07-02 17:48:41 +08:00
alias(libs.plugins.android.application) apply false
}