diff options
author | Przemyslaw <prymula76@outlook.com> | 2024-04-18 18:46:24 +0200 |
---|---|---|
committer | Przemyslaw <prymula76@outlook.com> | 2024-04-18 18:46:24 +0200 |
commit | 11818054364b6248be8ff092d2914598f1081dc5 (patch) | |
tree | 361ab82dcba66f79a7cd4f911dc0873a0bf0632a /android/SameGame/build.gradle.kts |
Init
Diffstat (limited to 'android/SameGame/build.gradle.kts')
-rw-r--r-- | android/SameGame/build.gradle.kts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/SameGame/build.gradle.kts b/android/SameGame/build.gradle.kts new file mode 100644 index 0000000..a0985ef --- /dev/null +++ b/android/SameGame/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.androidApplication) apply false + alias(libs.plugins.jetbrainsKotlinAndroid) apply false +}
\ No newline at end of file |