anyone else here having some imported methods mark...
# intellij
e
anyone else here having some imported methods marked as red like unresolved, but code compiles and runs just fine? Related
t
Is project synchronizing and indexing successfully?
Check build tab after synchronizing project
e
yep, I also delete
.idea
, and reimported, restarted Idea, invalidated cache, but nothing worked
t
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.
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.
e
I'm using 1.5.21, sync'ed with
org.gradle.kotlin.dsl.embeddedKotlinVersion
. Idea does uses a more recent one indeed..