Open
Description
I have a multi-project build with a top-level build.gradle
and then subprojects, including Kotlin subprojects, that do not have individual build.gradle
files.
Is there a way to configure launch.json
in Visual Studio Code to cope with that project structure in order to debug one or more of the subprojects?