From d4573cacc141748c44bb6bbea7528bdd46afc3d5 Mon Sep 17 00:00:00 2001 From: A404M Date: Wed, 18 Dec 2024 03:28:02 +0330 Subject: initial commit --- build.gradle.kts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 build.gradle.kts (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts new file mode 100644 index 0000000..952b930 --- /dev/null +++ b/build.gradle.kts @@ -0,0 +1,6 @@ +// 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.kotlin.android) apply false + alias(libs.plugins.kotlin.compose) apply false +} \ No newline at end of file -- cgit v1.2.3