sourcegraph / scip-kotlin

SCIP indexer for Kotlin. Implemented as a SemanticDB compiler plugin.
https://sourcegraph.github.io/scip-java/docs/getting-started.html
Other
12 stars 9 forks source link

Upgrade to Kotlin 1.9.x #75

Closed olafurpg closed 9 months ago

olafurpg commented 9 months ago

Fixes #74. My limited understanding of Kotlin compiler compatibility is that this change drops support for 1.8.x. Until we move to the more stable Kotlin compiler API (which I have barely researched), I think it's reasonable to target the latest Kotlin version in scip-kotlin. Users on older versions of Kotlin will need to stay on older versions of scip-kotlin.

Test plan

Green CI.