Skip to content

Commit 46601c4

Browse files
committed
update README.md to ksp-1.4.20-dev-experimental-20210111
1 parent 5dfa9fd commit 46601c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Here are some planned features that have not yet been implemented:
393393
<a name="try"></a>
394394
## Try it out!
395395

396-
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
396+
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
397397

398398
### Create a processor of your own
399399

@@ -429,7 +429,7 @@ Here's a sample processor that you can check out: https://github.com/google/ksp/
429429
}
430430
431431
dependencies {
432-
implementation("com.google.devtools.ksp:symbol-processing-api:1.4.20-dev-experimental-20210107")
432+
implementation("com.google.devtools.ksp:symbol-processing-api:1.4.20-dev-experimental-20210111")
433433
}
434434
```
435435

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

475475
```
476476
plugins {
477-
id("com.google.devtools.ksp") version "1.4.20-dev-experimental-20210107"
477+
id("com.google.devtools.ksp") version "1.4.20-dev-experimental-20210111"
478478
kotlin("jvm")
479479
}
480480

0 commit comments

Comments
 (0)