Does someone know how to solve this issue. I'm try...
# multiplatform
j
Does someone know how to solve this issue. I'm trying to add ktorfit for kspIos sourcesets but getting this
Cannot change attributes of dependency configuration ':shared:iosX64CInteropApiElements' after it has been resolved
My setup
Copy code
dependencies {
    with("de.jensklingenberg.ktorfit:ktorfit-ksp:$ktorfitVersion") {
        add("kspCommonMainMetadata", this)
        add("kspAndroid", this)
        add("kspIosArm64", this)
        add("kspIosSimulatorArm64", this)
        add("kspIosX64", this)
    }
}
p
Were u able to solve this issue?
j
My system is working. but i forgot what i've changed. Maybe it's because of mocko resources