fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.62k stars 203 forks source link

Require the database to have the exact version required #508

Closed fwcd closed 11 months ago

fwcd commented 11 months ago

This lets us perform backwards-incompatible changes without running the risk that an older version of the language server cannot read it properly.