From 11818054364b6248be8ff092d2914598f1081dc5 Mon Sep 17 00:00:00 2001 From: Przemyslaw Date: Thu, 18 Apr 2024 18:46:24 +0200 Subject: Init --- android/SameGame/build.gradle.kts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 android/SameGame/build.gradle.kts (limited to 'android/SameGame/build.gradle.kts') 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 -- cgit v1.2.3