summaryrefslogtreecommitdiffstats
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorLeightonGinty <lxg184@student.bham.ac.uk>2024-11-16 12:30:59 +0000
committerLeightonGinty <lxg184@student.bham.ac.uk>2024-11-16 12:30:59 +0000
commit76d57724d624dbf0f2c81863f7d0b3c6a2bad7d0 (patch)
tree038b7f47630e2a48b617a414535dce83ac1a870f /build.gradle.kts
Initial commit
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
new file mode 100644
index 0000000..f74b04b
--- /dev/null
+++ b/build.gradle.kts
@@ -0,0 +1,5 @@
+// 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.jetbrains.kotlin.android) apply false
+} \ No newline at end of file