Amit Kairon
05/23/2024, 5:59 PMCannot 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