Actually, when I updated my compose multiplatform ...
# compose-web
m
Actually, when I updated my compose multiplatform application to use 0.0.0-web-dev-13 I got the error when compiling
Copy code
Exception in thread "main" java.lang.NoSuchMethodError: 'androidx.compose.runtime.internal.ComposableLambda androidx.compose.runtime.internal.ComposableLambdaKt.composableLambdaInstance(int, boolean, java.lang.Object)'
	at ComposableSingletons$MainKt.<clinit>(main.kt:4)
	at MainKt.main(main.kt:4)
	at MainKt.main(main.kt)