Hi, i need to bypass the https certificate check i...
# multiplatform
a
Hi, i need to bypass the https certificate check in the development environment, i am using ktor version 2.3.7 and respectively ktor-android for android platform and ktor-client-darwin for iOS engine... everything works and if I call the gradle task the XCFFramework is generated, and it works correctly on iOS app. However, Android Studio keeps giving me error, both showing me and failing the assembly in the task sharedcompileIosMainKotlinMetadata FAILED The problem it is showing me is "Type Mismach" as if there is disparity in the ChallengeHandler Class related to NSURLSerssionAuthChallengeDisposition, as one side requires an Int and the other a Long. Are you faced with this problem? Do you have any suggestions besides creating a new gradle task that totally ignores the iOS module and then directly launching the XCFFramework assembly task?