Initial commit

This commit is contained in:
2025-11-20 18:10:32 +03:00
parent a43a36be40
commit dacbb0c96c
26 changed files with 685 additions and 131 deletions

View File

@@ -2,4 +2,6 @@
plugins {
androidApplication version Version.agp apply false
kotlinJvm version Version.Kotlin.language apply false
kotlinAndroid version Version.Kotlin.language apply false
composeCompiler version Version.Kotlin.language apply false
}