i have a multiplatform module (jvm and ios target), as well as a jvm based module. intellij is unable to find any of the sources from the multiplatform module (and says unresolved reference), but the gradle builds work fine. I've tried invalidating caches, removing .idea, and uninstalling intellij. any other ideas?
👍 1
k
Kinylund
09/13/2020, 6:40 PM
I have this problem also in a practice project.
w
william
09/16/2020, 12:07 PM
@Kinylund i may create a bug for it, and in the meantime just revert to a multiplatform module targetting JVM
k
Kinylund
09/16/2020, 1:08 PM
I have a toy project that im planning to put on github when i dare continue. Spent alot of time strugling with the project setup