Skip to content

Commit

Permalink
feat: update kotlin1.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
JailedBird committed Mar 10, 2023
1 parent 35ec5a6 commit c252164
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
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.7.20' apply false
id 'org.jetbrains.kotlin.jvm' version '1.7.20' apply false
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
id 'org.jetbrains.kotlin.jvm' version '1.7.21' 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.7.20-1.0.6
implementation 'com.google.devtools.ksp:symbol-processing-api:1.7.20-1.0.8'
// ksp https://github.com/google/ksp/releases/tag/1.7.21-1.0.8
implementation 'com.google.devtools.ksp:symbol-processing-api:1.7.21-1.0.8'
// 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.7.20-1.0.0
VERSION=1.7.21-1.0.0-beta01

0 comments on commit c252164

Please sign in to comment.