Since we moved some of our Kotlin framework code out of the application project, then Intellij was suddenly unable to “see” and suggest imports to dependencies in the framework code (now residing in a separate project).
This problem is a huge time consumer as we have to add the imports manually.
Note: However if I copy the class name from some other Kotlin-file where it has been used and try to paste it into another, then it will add the import.
Our project(s) are built using Maven 3 and compilation target is Javascript.
I would be very happy if anyone knew something about this, that could help us.
BTW: Just upgraded to Kotlin 1.0.3 (IntelliJ Kotlin plugin also), but it did not help on the problem.