From b6ecd5026e5e64b5e8fb67f84d6c89ec6a24db31 Mon Sep 17 00:00:00 2001 From: A404M Date: Thu, 26 Jun 2025 14:11:59 +0330 Subject: inital 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