Skip to content

Commit

Permalink
Update readme to reference SCIP instead of LSIF
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Jul 20, 2023
1 parent 8acf15f commit 0b14fae
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Kotlin LSIF support
# Kotlin SCIP support

This codebase implements a Kotlin compiler plugin that can be used together with
[lsif-java](https://sourcegraph.github.io/lsif-java) to emit
[LSIF](https://lsif.dev) indexes for Kotlin projects.
This codebase implements a Kotlin compiler plugin that can be used together
with [scip-java](https://sourcegraph.github.io/scip-java) to emit
[SCIP](https://github.com/sourcegraph/scip) indexes for Kotlin projects.

## Getting started

This project must be used together with lsif-java. Visit
[https://sourcegraph.github.io/lsif-java/] for instructions on how to index
Kotlin projects with lsif-java. Note that lsif-java indexes Kotlin sources even
if you have no Java code.
This project must be used together with scip-java. Visit
[scip-java](https://sourcegraph.github.io/scip-java/) for instructions on how
to index Kotlin projects with scip-java. Note that scip-java indexes Kotlin
sources even if you have no Java code.

0 comments on commit 0b14fae

Please sign in to comment.