Skip to content

Commit

Permalink
chore: update to kotlin 1.9.20 & ksp 1.9.20-1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
JailedBird committed Jan 31, 2024
1 parent 3873a1e commit 1fc5104
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
id 'org.jetbrains.kotlin.jvm' version '1.9.10' apply false
id 'com.google.devtools.ksp' version '1.9.10-1.0.13' apply false
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
id 'org.jetbrains.kotlin.jvm' version '1.9.20' apply false
id 'com.google.devtools.ksp' version '1.9.20-1.0.14' apply false
}
8 changes: 4 additions & 4 deletions compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ dependencies {
implementation 'com.alibaba:fastjson:1.2.69'

// ksp https://github.com/google/ksp/releases/tag/1.9.10-1.0.13
implementation 'com.google.devtools.ksp:symbol-processing-api:1.9.10-1.0.13'
implementation 'com.google.devtools.ksp:symbol-processing-api:1.9.20-1.0.14'
// https://square.github.io/kotlinpoet/
implementation("com.squareup:kotlinpoet:1.12.0")
implementation("com.squareup:kotlinpoet-ksp:1.12.0")
implementation("com.squareup:kotlinpoet-metadata:1.12.0")
implementation("com.squareup:kotlinpoet:1.15.0")
implementation("com.squareup:kotlinpoet-ksp:1.15.0")
implementation("com.squareup:kotlinpoet-metadata:1.15.0")
}

apply from: rootProject.file("gradle/maven-publish.gradle")

0 comments on commit 1fc5104

Please sign in to comment.