fixing client

This commit is contained in:
2025-09-17 01:31:53 +02:00
parent 763fe7f261
commit 91012d51e7
13 changed files with 186 additions and 119 deletions
+5
View File
@@ -3,6 +3,9 @@
# Last updated: 2025-07-31
[versions]
# --- Android Ecosystem ---
agp = "8.1.4"
# --- Kotlin Ecosystem ---
kotlin = "2.2.10"
kotlinx = "1.9.0"
@@ -277,6 +280,8 @@ spring-cloud-gateway = [
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }
androidLibrary = { id = "com.android.library", version.ref = "agp" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }