Files
airmq-android/build.gradle.kts

5 lines
218 B
Kotlin
Raw Permalink Normal View History

2026-02-28 14:26:16 +01: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
}