mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 12:15:06 -04:00
5 lines
225 B
Text
5 lines
225 B
Text
![]() |
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||
|
plugins {
|
||
|
alias(libs.plugins.androidApplication) apply false
|
||
|
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
|
||
|
}
|