feat: add simple version of form

This commit is contained in:
MaximOksiuta
2025-11-22 14:05:54 +03:00
parent 2c2fb5a4f4
commit 5084dedf90
28 changed files with 661 additions and 161 deletions
+2
View File
@@ -39,6 +39,7 @@ googleServicesGMC = "4.4.4"
crashlytics = "3.0.6"
foundation = "1.9.4"
kotzilla = "1.4.0"
runtime = "1.9.5"
[libraries]
@@ -116,6 +117,7 @@ androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit
compose-animation-graphics = { module = "androidx.compose.animation:animation-graphics" }
androidx-foundation = { group = "androidx.compose.foundation", name = "foundation", version.ref = "foundation" }
kotzilla-sdk = { group = "io.kotzilla", name = "kotzilla-sdk", version.ref = "kotzilla" }
androidx-runtime = { group = "androidx.compose.runtime", name = "runtime", version.ref = "runtime" }
[plugins]