Updated to Kotlin 2.2.20, and now iOS stops buildi...
# multiplatform
t
Updated to Kotlin 2.2.20, and now iOS stops building. looks like a new addition to the gralde plugin is doing an additional check. see this:
Copy code
e: ❌ KMP Dependencies Resolution Failure

Source set 'commonMain' couldn't resolve dependencies for all target platforms

Couldn't resolve dependency 'dev.icerock.moko:permissions' in 'commonMain' for all target platforms.

The dependency should target platforms: [android, android, iosArm64, iosSimulatorArm64, iosX64, jvm]

Unresolved platforms: [jvm]
I am using the moko permissions lib, which does not support jvm/desktop, but it still built previously. Is there perhaps a switch I can add to disable this check? Thank you.