I somehow got IntelliJ into a state where files in...
# multiplatform
b
I somehow got IntelliJ into a state where files in commonTest won't recognize symbols from commonMain saying it can't access them becuase they're internal, but it compiles fine. I feel like I've cleared all kinds of things. Any suggestions?
k
i've run into some form of that myself
never really looked into it or found a solution
assuming you did a gradle reimport?
b
yep
t
Have this as well but don't know why unfortunately
j
Did you try to delete .idea folder?
b
yep
f
I had a similar problem as well last week. I had to checkout the project again and force a gradle reimport