Getting this secret error message on compose 1.0.0...
# compose
c
Getting this secret error message on compose 1.0.0-alpha07, any suggestions?
org.jetbrains.kotlin.diagnostics.SimpleDiagnostic@676ce3fe (error: could not render message)
h
You are getting this error because you are not using it inside
@Composable
function.
c
Ah that’s it. THanks
And I got
Function References of @Composable functions are not currently supported
, which is a different issue