Raman Sharma
01/15/2024, 3:26 PMimplementation("io.ktor:ktor-client-android:2.2.4")
implementation("io.ktor:ktor-client-logging:2.2.4")
implementation("io.ktor:ktor-client-content-negotiation:2.2.4")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.2.4")
but when in native app, if I am not providing these dependencies, app is crashing. when I add these dependencies it works fine.
I am using the kmp sdk in native android app via maven dependency.Raman Sharma
01/16/2024, 8:59 AM