java.lang.ClassCastException: androidx.compose.runtime.internal.ComposableLambdaImpl cannot be cast to kotlin.jvm.functions.Function2
at androidx.compose.runtime.ActualJvm_jvmKt.invokeComposable(ActualJvm.jvm.kt:71)
e
eygraber
08/05/2022, 12:50 PM
I had this issue when I depended on a Jetpack Compose 1.2 library from a Jetbrains Compose app that wasn't forcing Android to use 1.2
j
Jerry Yion
08/05/2022, 1:22 PM
Yep, mine is similar to yours
Jerry Yion
08/05/2022, 1:24 PM
I upgrade the compose version to 1.1.1 and kotlin version to 1.6.10