The issue with common dependencies not getting res...
# multiplatform
e
The issue with common dependencies not getting resolved in the IDE started happening again for me in a different project (https://github.com/eygraber/portal). I tried using the latest Intellij, AS stable, AS beta/rc, and AS alpha and it was broken in all of them. I added more info in https://youtrack.jetbrains.com/issue/KTIJ-21590/, but in case anyone here has any ideas, it looks like
.gradle/kotlin/sourceSetMetadata
only has files for one of my multiplatform modules (
portal
in this case, which happens to be the most common module). The other multiplatform modules have empty directories. I tried clearing any cache I could think of, but nothing would get those directories to populate.