From 4d4308c46d4f7801c657cc79d2243e1a81831334 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Fri, 27 Oct 2023 22:29:56 +0200 Subject: Updated 32 files, added 279 files, deleted 3 files and renamed 14 files (automated) --- android/build.gradle.kts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 android/build.gradle.kts (limited to 'android/build.gradle.kts') diff --git a/android/build.gradle.kts b/android/build.gradle.kts new file mode 100644 index 0000000..20d87a7 --- /dev/null +++ b/android/build.gradle.kts @@ -0,0 +1,7 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. +@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed +plugins { + alias(libs.plugins.androidApplication) apply false + alias(libs.plugins.kotlinAndroid) apply false +} +true // Needed to make the Suppress annotation work for the plugins block \ No newline at end of file -- cgit