fwcd / kotlin-debug-adapter

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

Upgrade Kotlin to 1.8.10 and Gradle to 7.5 #70

Closed themkat closed 1 year ago

themkat commented 1 year ago

Noticed in the failing build in #68 that it fails due to Kotlin Language Server (shared module) being upgraded to Kotlin 1.8.10. The older versions like 1.6 seems to have issues with dependencies that use newer versions of Kotlin. To fix this I suggest we upgrade the debug adapter right away 🙂 Let me know if you have any issues with this.