Amal Manoj
06/01/2025, 7:35 AMkotlin_version = '2.1.21'
ksp 2.1.21-2.0.1
Room 2.7.1
XCode Version 16.1
it run fine on android, but when i try to run it on ios, it causing this issue
e: [ksp] java.lang.IllegalStateException: cannot find class kotlin.jvm.functions.Function1
> Task sharedkspKotlinIosSimulatorArm64 FAILED
> Task sharedcopyRoomSchemas NO-SOURCE
error: cannot find class kotlin.jvm.functions.Function1Amal Manoj
06/01/2025, 7:42 AMAmal Manoj
06/01/2025, 5:26 PMAmal Manoj
06/01/2025, 5:27 PM@Transaction
suspend fun withTransaction(block: suspend () -> Unit) {
block()
}
caused the issue