Skip to content

Commit

Permalink
Working with 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Dec 28, 2023
1 parent 52c77e5 commit 8f4ae28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion decomat-ksp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

dependencies {
project(":decomat-core")
implementation("com.google.devtools.ksp:symbol-processing-api:1.8.20-1.0.11")
implementation("com.google.devtools.ksp:symbol-processing-api:1.9.20-1.0.14")
implementation(kotlin("stdlib-jdk8"))
testImplementation(kotlin("test"))
//implementation("com.facebook:ktfmt:0.43")
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
plugins {
id("com.google.devtools.ksp") version "1.8.20-1.0.11"
kotlin("jvm") version "1.8.20"
id("com.google.devtools.ksp") version "1.9.20-1.0.14"
kotlin("jvm") version "1.9.20"
id("dev.anies.gradle.template") version "0.0.2"
}
repositories {
Expand Down

0 comments on commit 8f4ae28

Please sign in to comment.