fwcd / kotlin-debug-adapter

Kotlin/JVM debugging for any editor/IDE using the Debug Adapter Protocol
MIT License
110 stars 19 forks source link

feat(submodule): support project that has multiple submodules. #73

Closed alps2006 closed 1 year ago

alps2006 commented 1 year ago

The error below will occur when a project has multiply submodules.

ERROR][ async1    Internal error: java.nio.file.NoSuchFileException]

I add some codes to support the project that has multiply submodules.

themkat commented 1 year ago

Sorry for the possible confusion around the failing build! If you could rebase or merge master into your branch (prefer rebase, but up to you), then the build will probably work as expected 🙂

themkat commented 1 year ago

Thank you @alps2006 ! Let's merge this now 🙂