breakout71/build.gradle.kts
Renan LE CARO d2cfce2a0e Initial commit
I cleared the project history to start fresh on the public version
2025-02-15 19:21:00 +01:00

5 lines
No EOL
225 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
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
}