anyone else here having some imported methods marked as red like unresolved, but code compiles and runs just fine? Related
t
Tomasz Krakowiak
10/10/2021, 1:13 AM
Is project synchronizing and indexing successfully?
Tomasz Krakowiak
10/10/2021, 1:13 AM
Check build tab after synchronizing project
e
elect
10/10/2021, 5:29 AM
yep, I also delete
.idea
, and reimported, restarted Idea, invalidated cache, but nothing worked
t
Tomasz Krakowiak
10/10/2021, 1:40 PM
Another cause may be different kotlin compiler version between your gradle project and embedded in IntelliJ. I think I had this issue once with importing extension methods.
Tomasz Krakowiak
10/10/2021, 1:49 PM
Anyway, anyone looking into the issue on JB side will need to know what kotlin version you're using and version of kotlin IntelliJ plugin.