fixing client
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user