mirror of
https://github.com/zoriya/vex.git
synced 2026-06-01 18:16:21 +00:00
5 lines
228 B
Kotlin
5 lines
228 B
Kotlin
// 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.jetbrains.kotlin.android) apply false
|
|
} |