Vishal Sheoran
11/17/2025, 7:06 AMwith("de.jensklingenberg.ktorfit:ktorfit-ksp:2.0.0") {
add("kspCommonMainMetadata", this)
add("kspAndroid", this)
add("kspAndroidTest", this)
// add("kspIosX64", this)
// add("kspIosX64Test", this)
// add("kspIosArm64", this)
// add("kspIosArm64Test", this)
// add("kspIosSimulatorArm64", this)
// add("kspIosSimulatorArm64Test", this)
}
This what I am trying. Has anyone tried this before. @Foso Can you help out here.Chrimaeon
11/17/2025, 7:11 AMFoso
11/17/2025, 11:50 AMSuresh Maidaragi
11/18/2025, 5:44 AMSuresh Maidaragi
11/20/2025, 6:09 AM.create() instead .createxxxApi() which helped to solve the problem