feat: ios support

This commit is contained in:
Cilly Leang 2026-03-05 00:00:18 +11:00
parent d3edabce36
commit b187b63195
Signed by: cilly
GPG key ID: 6500251E087653C9
8 changed files with 73 additions and 4 deletions

View file

@ -29,9 +29,10 @@ material = "1.7.3"
material3 = "1.11.0-alpha02"
okio = "3.16.4"
playServicesLocation = "21.3.0"
sqlite = "2.6.2"
room = "2.8.4"
secretsGradlePlugin = "2.0.1"
spm = "1.4.9"
sqlite = "2.6.2"
wire = "5.5.0"
[libraries]
@ -95,4 +96,5 @@ ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
ktor = { id = "io.ktor.plugin", version.ref = "ktor" }
room = { id = "androidx.room", version.ref = "room" }
secretsGradle = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin" }
spm = { id = "io.github.frankois944.spmForKmp", version.ref = "spm" }
wire = { id = "com.squareup.wire", version.ref = "wire" }