Hello, trying to follow the guide on making a KMM ...
# multiplatform
v
Hello, trying to follow the guide on making a KMM app with cocoapods with some basic networking, but when I try to
podPublishDebugXCFramework
it fails
error is :
Copy code
e: Module "io.ktor:ktor-io (io.ktor:ktor-io-iosarm64)" has a reference to symbol kotlin.ranges/contains|-4666807430820256279[0]. Neither the module itself nor its dependencies contain such declaration.
code is here
I've followed the guide just before the create api requests step
I've got it to work once when I updated cocoapod module version to 2, but I can't get it working again
is there some sort of caching somewhere else android studio or gradle does?
I found that updating multiplatform to 1.7.20 and running sync works (code)