Skip to content

Commit

Permalink
update README.md to ksp-1.4.20-dev-experimental-20210111
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Jan 12, 2021
1 parent 5dfa9fd commit 46601c4
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.20-dev-experimental-20210107/playground-ksp-1.4.20-dev-experimental-20210107.zip
Here's a sample processor that you can check out: https://github.com/google/ksp/releases/download/1.4.20-dev-experimental-20210111/playground-ksp-1.4.20-dev-experimental-20210111.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.20-dev-experimental-20210107")
implementation("com.google.devtools.ksp:symbol-processing-api:1.4.20-dev-experimental-20210111")
}
```

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

```
plugins {
id("com.google.devtools.ksp") version "1.4.20-dev-experimental-20210107"
id("com.google.devtools.ksp") version "1.4.20-dev-experimental-20210111"
kotlin("jvm")
}
Expand Down

0 comments on commit 46601c4

Please sign in to comment.