Is there a shortcut which would open the correspon...
# intellij
p
Is there a shortcut which would open the corresponding build.gradle(.kts) file of a kotlin file?
đŸ‘€ 1
c
I'm not aware of any to do so directly, but you can do
CTRL+SHIFT+N <moduleName>/b.g
to find it quickly
p
That’s neat. I was doing the same but was typing out build.gradle.kts Still having a command for this would have me lots of time when doing build-engineering
m