diff --git a/README.md b/README.md index de751ef..a0bb6ce 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ plugins { // kotlin("kapt") version "..." // Use the version that matches your Kotlin version! - id("com.google.devtools.ksp") version "1.6.10-1.0.4" + id("com.google.devtools.ksp") version "1.7.0-1.0.6" } repositories { @@ -39,7 +39,7 @@ dependencies { // Remove this: // kapt("com.github.stephanenicolas.toothpick:toothpick-compiler:...") - ksp("fr.outadoc.toothpick-ksp:compiler:0.0.4") + ksp("fr.outadoc.toothpick-ksp:compiler:0.0.5") } ksp { diff --git a/gradle.properties b/gradle.properties index 1a16eb2..e3a4e35 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=fr.outadoc.toothpick-ksp -VERSION_NAME=0.0.4 +VERSION_NAME=0.0.5 POM_PACKAGING=JAR