I am seeing very strange Idea behavior, not sure i...
# intellij
n
I am seeing very strange Idea behavior, not sure if it is related to Kotlin but it usually happens with projects that have some of source files written in Kotlin. I was unable to reproduce issue with simple projects. 1. When executing Gradle subproject task from run/debug menu, Idea executes tasks with same name also from other subprojects (for example: desktop:run runs android:run before desktop:run) 2. Debugging is broken - launched task doesn't connect back to Idea The strangest thing is all issues disappear when two projects are open at the same time.