Skip to content

Index Kotlin with the Analysis API instead of a compiler plugin#963

Draft
jupblb wants to merge 15 commits into
mainfrom
kotlin-analysis-api
Draft

Index Kotlin with the Analysis API instead of a compiler plugin#963
jupblb wants to merge 15 commits into
mainfrom
kotlin-analysis-api

Conversation

@jupblb

@jupblb jupblb commented Jul 2, 2026

Copy link
Copy Markdown
Member

Replaces the scip-kotlinc compiler plugin with scip-kotlin-analysis, a standalone indexer built on the Kotlin Analysis API. The indexer bundles its own analysis engine, so the Kotlin version of indexed projects is no longer a binary-compatibility constraint.

  • Output verified against scip-kotlinc on the snapshot corpus and a large-corpus A/B diff (no regressions; several old-indexer bugs fixed)
  • Gradle integration now extracts per-task compile configs instead of injecting a plugin into kotlinc
  • Kotlin toolchain and Analysis API engine updated to 2.4.0 (supersedes Update kotlin monorepo to v2.4.0 #871)

@jupblb jupblb force-pushed the kotlin-analysis-api branch from b69fa58 to db73793 Compare July 2, 2026 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant