File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Add to your `build.gradle.kts`:
4242``` kotlin
4343plugins {
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
4848repositories {
@@ -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:
114114plugins {
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
119119dependencies {
@@ -133,7 +133,7 @@ dependencies {
133133``` kotlin
134134plugins {
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
139139repositories {
You can’t perform that action at this time.
0 commit comments