From 256d7b72aa30fe5b9c71fd6c0b8d3d40064a0baf Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Fri, 18 Mar 2022 13:44:23 -0400 Subject: [PATCH] Comment about KSP version (#1526) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1846a5..5b2893a 100644 --- a/README.md +++ b/README.md @@ -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 {