I'm no sure what's missing: I have the following i...
# multiplatform
d
I'm no sure what's missing: I have the following in my shared/build.gradle.kts file: kotlin { iosMain.dependencies { implementation(libs.ktor.client.ios) implementation(libs.sqldelight.driver.native) } }