mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2025-01-15 03:40:49 +01:00
44b690beaa
Use new syntax
6 lines
244 B
Groovy
6 lines
244 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias(libs.plugins.kotlin) apply false
|
|
alias(libs.plugins.android) apply false
|
|
alias(libs.plugins.androlib) apply false
|
|
}
|