https://kotlinlang.org logo
#compose-desktop
Title
# compose-desktop
m

Michael Paus

07/09/2022, 8:52 AM
I have just tried to update an example multiplatform project to 1.2.0-alpha01-dev741 and Kotlin 1.7.10 (1.7.0 is the same) from dev-731 and get the following error message when I build for iOS
Copy code
java.lang.IllegalStateException: IrBasedSimpleFunctionDescriptor: FUN name:DataTooltipArea visibility:public modality:FINAL <> (dataString:kotlin.String, modifier:androidx.compose.ui.Modifier, content:kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit>) returnType:kotlin.Unit [expect]
The project builds and runs perfectly on JVM and even on Web (Canvas). Can anybody tell me what this error message actually means?
m

mikehearn

07/09/2022, 1:19 PM
Try asking in #compiler as that's an ICE