When using Room with compose multiplatform, gettin...
# multiplatform
p
When using Room with compose multiplatform, getting this error
Cannot change attributes of dependency configuration ':shared:debugFrameworkIosX64' after it has been resolved
Was able to repro it in the official sample app as well by adding compose multiplatform to it https://github.com/android/kotlin-multiplatform-samples/tree/main/Fruitties But working without problem in android by commenting room compiler KSP for IOS targets. Do we have any workaround for this?
v
p
This combination worked,Thanks🙌
a
@Prateek Kumar @Vivek Choudhary Getting the same issue after upgrading kotlin 2.0.0 and latest ksp. Any ideas? Thanks in advance
v
Check this thread. After adding the generated code path, it works. https://kotlinlang.slack.com/archives/C5UPMM0A0/p1716528743661489
549 Views