mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 00:37:59 -06:00
4 lines
166 B
Kotlin
4 lines
166 B
Kotlin
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||
|
|
plugins {
|
||
|
|
alias(libs.plugins.androidApplication) apply false
|
||
|
|
}
|