fwcd / kotlin-debug-adapter

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

Improve resolution of compiled project classes #55

Open fwcd opened 3 years ago

fwcd commented 3 years ago

The Kotlin Debug Adapter currently relies on hardcoded paths, which is not a very robust solution. A possible solution would be to write (and invoke) a Gradle script, like we do to locate dependencies, but for output classes.