EmptyPlayer/build.gradle.kts
Isaac Iwasaki 4057af1c55 init
2024-09-24 14:36:27 +07:00

5 lines
No EOL
218 B
Text

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
}