Dose anyone met this problem?:joy: ```java.lang.Cl...
# compose-desktop
j
Dose anyone met this problem?😂
Copy code
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
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
Yep, mine is similar to yours
I upgrade the compose version to 1.1.1 and kotlin version to 1.6.10