Comment about KSP version (#1526)

This commit is contained in:
Zac Sweers
2022-03-18 13:44:23 -04:00
committed by GitHub
parent fd128875c3
commit 256d7b72aa

View File

@@ -1099,7 +1099,7 @@ add the following to your build to enable the annotation processor:
```kotlin
plugins {
id("com.google.devtools.ksp").version("1.6.0-1.0.1")
id("com.google.devtools.ksp").version("1.6.10-1.0.4") // Or latest version of KSP
}
dependencies {