Sam
08/25/2021, 6:45 PMNo matching variant of org.jetbrains.kotlinx:kotlinx-serialization-core:1.2.2 was found. The consumer was configured to find a usage of 'kotlin-api' of a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'native', attribute 'org.jetbrains.kotlin.native.target' with value 'ios_simulator_arm64'
atyrin
08/25/2021, 7:48 PMhfhbd
08/28/2021, 8:50 AMPaul Davies
09/01/2021, 6:11 PMiosSimulatorArm64
we have to wait for all our dependencies to update?
Is there a way we can work around this locally? Or is it a simple config change I could potentially contribute to each OSS dependency?hfhbd
09/01/2021, 7:02 PMSo to use iosSimulatorArm64 we have to wait for all our dependencies to update?
Unfortunately, yes
In the end, it is often only a one line change, you have only to add the target. Other code changes should not be required, as it is only child of iOSMain
. But you need a compatible CI.Paul Davies
09/02/2021, 1:38 PMrusshwolf
09/02/2021, 8:12 PMhfhbd
09/02/2021, 9:17 PM