Join Slack
Powered by
I'm no sure what's missing: I have the following i...
# multiplatform
d
Darryl Pierce
12/28/2023, 4:01 PM
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
)
}
}
3
Views
Open in Slack
Previous
Next