You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a Kotlin compiler plugin that generates an LSIF index from a project, using [SemanticDB](https://scalameta.org/docs/semanticdb/guide.html) as an intermediary format.
3
+
This codebase implements a Kotlin compiler plugin that can be used together with
4
+
[lsif-java](https://sourcegraph.github.io/lsif-java) to emit
5
+
[LSIF](https://lsif.dev) indexes for Kotlin projects.
5
6
6
-
It is still highly under development, and as such includes no install/usage instructions.
7
+
## Getting started
7
8
8
-
Visit [lsif.dev](https://lsif.dev) to learn about LSIF.
9
+
This project must be used together with lsif-java. Visit
10
+
[https://sourcegraph.github.io/lsif-java/] for instructions on how to index
11
+
Kotlin projects with lsif-java. Note that lsif-java indexes Kotlin sources even
0 commit comments