mob_pos/build.gradle.kts

5 lines
218 B
Plaintext
Raw Normal View History

2026-05-07 10:30:10 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.compose) apply false
}