Skip to content

Commit 36aba92

Browse files
authored
Update README.md
1 parent eb1eada commit 36aba92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add the KSP plugin below into your **module**'s `build.gradle` file:
4343

4444
```kotlin
4545
plugins {
46-
id("com.google.devtools.ksp") version "1.9.0-1.0.12"
46+
id("com.google.devtools.ksp") version "2.1.20-2.0.1"
4747
}
4848
```
4949
</details>
@@ -53,7 +53,7 @@ plugins {
5353

5454
```kotlin
5555
plugins {
56-
id("com.google.devtools.ksp") version "1.9.0-1.0.12"
56+
id("com.google.devtools.ksp") version "2.1.20-2.0.1"
5757
}
5858
```
5959
</details>

0 commit comments

Comments
 (0)