Does anyone know what the following error means? (...
# multiplatform
k
Does anyone know what the following error means? (everything else seems to compile):
Copy code
Task :shared:compileKotlinMetadata FAILED
t
I think there should also be a error message in gradle output.
m
Yea just run the task manually with
--info
or
--stacktrace
you will get more meaningful error
k
The errors show "Unresolved reference: Dialog". and @Composable invocations can only happen from the context of a @Composable function
Wouldn't I get this error in a regular compileKotlin step?