Archie
03/22/2021, 11:03 AMIosClientEngine inside my iosMain but I can't seem to find the builder function Ios . I've added the dependency:
val iosMain by getting {
dependencies {
implementation("io.ktor:ktor-client-ios:1.5.2")
}
}
But I still couldn't access Ios.create { ... } ? I am able to see internal IosClientEngine(...): ...) but not the Ios client. Is there something specific that I should do? please help. Thanks in advance.Archie
03/22/2021, 11:31 AMiosArm64 thats why I could access it on iosMain. Is this expected?Archie
03/22/2021, 2:53 PMCommonizer with:
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false