File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ kotlin-retry = "2.0.1"
97
97
kotlinx-jsonpath = " 3.0.2"
98
98
kotlin-cryptography = " 0.3.1"
99
99
uri-kmp = " 0.0.18"
100
+ urlencoder = " 1.5.0"
100
101
cash-turbine = " 1.1.0"
101
102
cardiologist = " 0.2.2"
102
103
kmp-store5 = " 5.0.0-beta01"
@@ -348,6 +349,7 @@ ktor-cohort-hikari = { module = "com.sksamuel.cohort:cohort-hi
348
349
rsocket-ktor-client = { module = " io.rsocket.kotlin:rsocket-ktor-client" , version.ref = " rsocket" }
349
350
rsocket-ktor-server = { module = " io.rsocket.kotlin:rsocket-ktor-server" , version.ref = " rsocket" }
350
351
uri-kmp = { module = " com.eygraber:uri-kmp" , version.ref = " uri-kmp" }
352
+ urlencoder = { module = " net.thauvin.erik.urlencoder:urlencoder-lib" , version.ref = " urlencoder" }
351
353
kotlinx-jsonpath = { module = " com.eygraber:jsonpathkt-kotlinx" , version.ref = " kotlinx-jsonpath" }
352
354
chasm = { module = " io.github.charlietap.chasm:chasm" , version.ref = " chasm" }
353
355
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ dependencies {
31
31
commonMainApi(libs.kotlin.codepoints.deluxe)
32
32
commonMainApi(libs.multiplatform.settings.core)
33
33
34
+ // commonMainApi(libs.urlencoder)
34
35
// commonMainApi(libs.arrow.suspendapp)
35
36
// commonMainApi(libs.parsus)
36
37
// commonMainApi(libs.okio)
You can’t perform that action at this time.
0 commit comments