I have a project where "everything is red", by tha...
# intellij
b
I have a project where "everything is red", by that I mean dozens of "unresolved references" that don't make any sense, as they are imported and it works when I compile the code. Still the case after: • invalidate cache/restart • "repair IDE" • switching to K1 and back to K2 mode (that trick has worked in the past 😅). Now the same project checked out in another folder, doesn't have the issue! So... that's at least a workaround but... isn't there some folder somewhere in my project that I should
rm
when that happens, instead of having to git clone my project somewhere else?
I notice this log in the problematic project:
Copy code
> Task :models-operation-based:prepareKotlinIdeaImport
Could not find Kotlin project structure metadata for module project :apollo-kotlin-0:apollo-testing-support-internal; Please report this: <http://kotl.in/issue>
Project Structure Metadata is not found for module project :apollo-kotlin-0:apollo-testing-support-internal
And so it's most probably https://youtrack.jetbrains.com/issue/KTIJ-34114