Skip to content

Commit

Permalink
Update get-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
babyfish-ct authored Feb 27, 2022
1 parent a4a7417 commit f7e7e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/kimmer-core/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ id("com.google.devtools.ksp") version "1.6.10-1.0.2"
```
Add this section into *dependencies{}*
```kts
implementation("org.babyfish.kimmer:kimmer:0.1.6")
ksp("org.babyfish.kimmer:kimmer-ksp:0.1.6")
implementation("org.babyfish.kimmer:kimmer:0.2.3")
ksp("org.babyfish.kimmer:kimmer-ksp:0.2.3")
```
Then click the refresh icon of gradle window.

Expand Down

0 comments on commit f7e7e91

Please sign in to comment.