Skip to content

Commit 3bcff3f

Browse files
authored
Merge pull request #31 from olafurpg/docs
2 parents 477d1a1 + 2c290e2 commit 3bcff3f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# Kotlin LSIF indexer
2-
![status: development](https://camo.githubusercontent.com/27137af2d15ae2e5af54fb7ec1081e001370f021901724d630e23003990b08c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374617475732d646576656c6f706d656e742d79656c6c6f773f7374796c653d666c6174)
1+
# Kotlin LSIF support
32

4-
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.
56

6-
It is still highly under development, and as such includes no install/usage instructions.
7+
## Getting started
78

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
12+
if you have no Java code.

0 commit comments

Comments
 (0)