Skip to content

Commit

Permalink
Merge pull request #61 from olafurpg/olafurpg/readme
Browse files Browse the repository at this point in the history
Update readme to reference SCIP instead of LSIF
  • Loading branch information
olafurpg authored Jul 20, 2023
2 parents 8acf15f + 0b14fae commit e6729a9
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 e6729a9

Please sign in to comment.