Is there a way to enable `ctrl+b` to jump to sourc...
# gradle
b
Is there a way to enable
ctrl+b
to jump to source for a version
var
without defining versions in
buildSrc
I see that https://github.com/touchlab/KaMPKit does this. My worry is that changes in
buildSrc
force a clean build of all modules iirc.