Initial commit
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Has been cancelled

This commit is contained in:
2025-10-20 09:23:07 +03:00
parent b723b77676
commit 0e4bbd0817
22 changed files with 580 additions and 21 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
}