Skip to content

Commit

Permalink
update README.md to ksp-1.4.10-dev-experimental-20201110
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan authored and neetopia committed Nov 10, 2020
1 parent 64e7f0f commit 1e3a8e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -393,7 +393,7 @@ Here are some planned features that have not yet been implemented:
<a name="try"></a>
## Try it out!

Here's a sample processor that you can check out: https://github.com/google/ksp/releases/download/1.4.10-dev-experimental-20201106/playground-ksp-1.4.10-dev-experimental-20201106.zip
Here's a sample processor that you can check out: https://github.com/google/ksp/releases/download/1.4.10-dev-experimental-20201110/playground-ksp-1.4.10-dev-experimental-20201110.zip

### Create a processor of your own

Expand Down Expand Up @@ -429,7 +429,7 @@ Here's a sample processor that you can check out: https://github.com/google/ksp/
}
dependencies {
implementation("com.google.devtools.ksp:symbol-processing-api:1.4.10-dev-experimental-20201106")
implementation("com.google.devtools.ksp:symbol-processing-api:1.4.10-dev-experimental-20201110")
}
```

Expand Down Expand Up @@ -484,7 +484,7 @@ Here's a sample processor that you can check out: https://github.com/google/ksp/

```
plugins {
id("symbol-processing") version "1.4.10-dev-experimental-20201106"
id("symbol-processing") version "1.4.10-dev-experimental-20201110"
kotlin("jvm")
}
Expand Down

0 comments on commit 1e3a8e9

Please sign in to comment.