Hi Guys, Getting the following issue after adding ...
# ksp
a
Hi Guys, Getting the following issue after adding
Cannot change attributes of dependency configuration ':shared:podDebugFrameworkIosX64' after it has been resolved
dependencies {
implementation(libs.androidx.core.animation)
ksp(libs.androidx.room.compiler)
}
It was working fine until i updated to kotlin 2.0.0. Any leads would be appreciated. TIA