Skip to content

Commit b786148

Browse files
committed
docs: update to the correct ksp version
1 parent dada76c commit b786148

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Add to your `build.gradle.kts`:
4242
```kotlin
4343
plugins {
4444
kotlin("jvm") version "2.2.20"
45-
id("com.google.devtools.ksp") version "2.2.20-2.0.3"
45+
id("com.google.devtools.ksp") version "2.2.20-2.0.4"
4646
}
4747

4848
repositories {
@@ -96,7 +96,7 @@ That's it! The logger is automatically available with the class name (`OrderProc
9696

9797
| Library | Kotlin | KSP |
9898
|---------|--------|-----|
99-
| `2.2.20-0.0.4` | `2.2.20` | `2.2.20-2.0.3` |
99+
| `2.2.20-0.0.4` | `2.2.20` | `2.2.20-2.0.4` |
100100
| `2.2.20-0.0.3` | `2.2.20` | `2.2.20-2.0.2` |
101101
| `2.2.10-0.0.3` | `2.2.10` | `2.2.0-2.0.2` |
102102
| `2.2.0-0.0.3` | `2.2.0` | `2.2.0-2.0.2` |
@@ -113,7 +113,7 @@ That's it! The logger is automatically available with the class name (`OrderProc
113113
// For Kotlin 2.2.20 projects:
114114
plugins {
115115
kotlin("jvm") version "2.2.20"
116-
id("com.google.devtools.ksp") version "2.2.20-2.0.3"
116+
id("com.google.devtools.ksp") version "2.2.20-2.0.4"
117117
}
118118

119119
dependencies {
@@ -133,7 +133,7 @@ dependencies {
133133
```kotlin
134134
plugins {
135135
kotlin("jvm") version "2.2.20"
136-
id("com.google.devtools.ksp") version "2.2.20-2.0.3"
136+
id("com.google.devtools.ksp") version "2.2.20-2.0.4"
137137
}
138138

139139
repositories {

0 commit comments

Comments
 (0)