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)
}
}
Prateek Kumar
05/16/2024, 11:26 AMjamshedalamqaderi
05/18/2024, 8:32 AM