I have the error “Type mismatch: inferred type is ...
# compose
v
I have the error “Type mismatch: inferred type is () -> Unit but () -> Unit was expected”. What is meaning?
m
I guess it expects a
@Composable() () -> Unit