I have two Kotlin Gradle projects open in a single...
# intellij
s
I have two Kotlin Gradle projects open in a single Idea project.
MyApp.kt
in Gradle project A imports
MyLib
from Gradle project B. If, from
MyApp.kt
I do "Go To -> Declaration or Usages" on
MyLib
, should it open
MyLib.kt
in project B? Currently it opens up a decompiled bytecode. This worked with Maven, but Idea does not seem to be making the connection between Gradle projects.