Skip to content

Commit

Permalink
chore: update to kotlin 1.9.10 & ksp 1.9.10-1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
JailedBird committed Sep 1, 2023
1 parent 01210ac commit abc1b21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id 'org.jetbrains.kotlin.jvm' version '1.8.20' apply false
id 'com.google.devtools.ksp' version '1.8.20-1.0.10' 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
}
4 changes: 2 additions & 2 deletions compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies {

implementation 'com.alibaba:fastjson:1.2.69'

// ksp https://github.com/google/ksp/releases/tag/1.8.10-1.0.9
implementation 'com.google.devtools.ksp:symbol-processing-api:1.8.10-1.0.9'
// 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'
// https://square.github.io/kotlinpoet/
implementation("com.squareup:kotlinpoet:1.12.0")
implementation("com.squareup:kotlinpoet-ksp:1.12.0")
Expand Down
2 changes: 1 addition & 1 deletion compiler/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GROUP_ID=com.github.JailedBird
ARTIFACT_ID=ArouterKspCompiler
VERSION=1.8.20-1.0.4
VERSION=1.9.10-1.0.4

0 comments on commit abc1b21

Please sign in to comment.