fwcd / kotlin-debug-adapter

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

Set the kotlin-language-server shared version to a tag #75

Closed themkat closed 1 year ago

themkat commented 1 year ago

The current pipeline here, kotlin-debug-adapter, fails due to some changes in Kotlin language server. I created a new tag before the platform and plugin Gradle DSL changes. This should at least make the build here work for now, and also include the Kotlin 1.8.0 changes

themkat commented 1 year ago

Tried building main both locally and in the pipeline (Github Actions build). Still fails 🙁 I suggest we merge this PR so development velocity can continue and not stop completely (referring to the unmerged PRs). We have an open issue for this in #74, so suggest using that as a reminder to look into this in the future. Might just be to upgrade Gradle?