diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2026-01-18 23:04:53 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2026-01-18 23:04:53 +0000 |
| commit | 96cbdc392b841978255b37e5bf48912efed5ac5d (patch) | |
| tree | 549b1cc4fffe0b3a4653b18e769acee065fafc17 /build.gradle.kts | |
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts new file mode 100644 index 0000000..3756278 --- /dev/null +++ b/build.gradle.kts @@ -0,0 +1,4 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. +plugins { + alias(libs.plugins.android.application) apply false +}
\ No newline at end of file |
