Skip to content

Commit e6729a9

Browse files
authored
Merge pull request #61 from olafurpg/olafurpg/readme
Update readme to reference SCIP instead of LSIF
2 parents 8acf15f + 0b14fae commit e6729a9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# Kotlin LSIF support
1+
# Kotlin SCIP support
22

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.
3+
This codebase implements a Kotlin compiler plugin that can be used together
4+
with [scip-java](https://sourcegraph.github.io/scip-java) to emit
5+
[SCIP](https://github.com/sourcegraph/scip) indexes for Kotlin projects.
66

77
## Getting started
88

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.
9+
This project must be used together with scip-java. Visit
10+
[scip-java](https://sourcegraph.github.io/scip-java/) for instructions on how
11+
to index Kotlin projects with scip-java. Note that scip-java indexes Kotlin
12+
sources even if you have no Java code.
13+

0 commit comments

Comments
 (0)