We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d058ac commit 9818b6aCopy full SHA for 9818b6a
README.md
@@ -31,7 +31,8 @@ For example, you can use
31
32
```sh
33
curl -fLo coursier https://github.com/coursier/launchers/raw/master/coursier && chmod +x ./coursier
34
-export SEMANTICDB_KOTLIN_JAR=$(./coursier fetch com.sourcegraph:semanticdb-kotlinc:VERSION)
+export SEMANTICDB_KOTLIN_VERSION="latest.release" # or replace with a particular version
35
+export SEMANTICDB_KOTLIN_JAR=$(./coursier fetch com.sourcegraph:semanticdb-kotlinc:$SEMANTICDB_KOTLIN_VERSION)
36
```
37
38
Once you have the jar file, you need to determine two compiler options:
0 commit comments