-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unresolved references #302
Comments
This is a library for testing compilations and that test does not compile. You need to import the composable annotation |
When I add
all this imports fail.
As far as I understand, this is a fork from the |
Well, if I only compare the output files (generated) with what I expect, it works, as long as I don't assert the exitCode.
Does it make sense ignore it? 🤔 |
This test will fail:
With
Unresolved reference 'Composable'
or any other I put in the test class. Can we somehow make it ignore the references? I was usingtschuchort
library and this was not an issue, only when I switched to yours. This happens with or without the ksp2 enabled.Thanks!
The text was updated successfully, but these errors were encountered: