second commit

This commit is contained in:
Михаил Дуплин
2026-04-07 17:07:56 +03:00
parent b1d7efc034
commit d69fe7e21f
62 changed files with 2519 additions and 1817 deletions
+6 -2
View File
@@ -1,4 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
// Top-level build file where you can add configuration options common to all subprojects/modules.
plugins {
alias(libs.plugins.android.application) apply false
}
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
id("com.google.dagger.hilt.android") version "2.51.1" apply false
id("org.jetbrains.kotlin.kapt") version "1.9.0" apply false
}