jamshedalamqaderi
09/01/2025, 10:45 AMNSURLSessionAuthChallengePerformDefaultHandling
and NSURLSessionAuthChallengeUseCredential
. The completionHandler’s first parameter (disposition) appears to have a mismatched expected type across targets/toolchains (Int vs Long), causing “Argument type mismatch” errors.
https://github.com/JamshedAlamQaderi/appwrite-kmp/blob/eab65e933c0e794b686592559c1[…]iosMain/kotlin/com/jamshedalamqaderi/kmp/appwrite/Client.ios.ktAleksei Tirman [JB]
09/01/2025, 12:50 PMjamshedalamqaderi
09/01/2025, 12:51 PMAleksei Tirman [JB]
09/01/2025, 1:02 PMAleksei Tirman [JB]
09/01/2025, 1:03 PMjamshedalamqaderi
09/01/2025, 4:08 PM./gradlew build
?jamshedalamqaderi
09/01/2025, 4:09 PMjamshedalamqaderi
09/01/2025, 4:09 PMAleksei Tirman [JB]
09/02/2025, 8:12 AMbuild
or nativeKlibrary
tasks. Can you please file an issue with a sample project attached and instructions on how to reproduce the error?jamshedalamqaderi
09/03/2025, 9:30 AMiosMain
from library module than execute this command : ./gradlew :library:build
Aleksei Tirman [JB]
09/03/2025, 11:47 AM