jamshedalamqaderi
10/07/2023, 11:44 AMCannot change attributes of dependency configuration ':shared:iosX64CInteropApiElements' after it has been resolved
My setup
dependencies {
with("de.jensklingenberg.ktorfit:ktorfit-ksp:$ktorfitVersion") {
add("kspCommonMainMetadata", this)
add("kspAndroid", this)
add("kspIosArm64", this)
add("kspIosSimulatorArm64", this)
add("kspIosX64", this)
}
}