KidShift/build.gradle

5 lines
213 B
Groovy
Raw Normal View History

2024-06-05 05:36:41 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.androidApplication) apply false
2024-06-05 05:50:18 +00:00
alias(libs.plugins.androidLibrary) apply false
2024-06-05 05:36:41 +00:00
}