Skip to content

Commit

Permalink
Update quickstart.md to ksp-1.5.30-1.0.0-beta09
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia committed Sep 2, 2021
1 parent dac1adc commit 34124cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quickstart

[Here's](https://github.com/google/ksp/releases/download/1.5.30-1.0.0-beta08/playground.zip) a sample processor that you can check out.
[Here's](https://github.com/google/ksp/releases/download/1.5.30-1.0.0-beta09/playground.zip) a sample processor that you can check out.

## Create a processor of your own

Expand Down Expand Up @@ -34,7 +34,7 @@
}
dependencies {
implementation("com.google.devtools.ksp:symbol-processing-api:1.5.30-1.0.0-beta08")
implementation("com.google.devtools.ksp:symbol-processing-api:1.5.30-1.0.0-beta09")
}
```
Expand Down Expand Up @@ -81,7 +81,7 @@

```kotlin
plugins {
id("com.google.devtools.ksp") version "1.5.30-1.0.0-beta08"
id("com.google.devtools.ksp") version "1.5.30-1.0.0-beta09"
kotlin("jvm")
}

Expand Down Expand Up @@ -114,7 +114,7 @@

```groovy
plugins {
id "com.google.devtools.ksp" version "1.5.30-1.0.0-beta08"
id "com.google.devtools.ksp" version "1.5.30-1.0.0-beta09"
}
```

Expand Down

0 comments on commit 34124cc

Please sign in to comment.