diff --git a/build.gradle b/build.gradle index a674467..4d5e083 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } \ No newline at end of file diff --git a/compiler/build.gradle b/compiler/build.gradle index 69b1ac1..ed8ab76 100644 --- a/compiler/build.gradle +++ b/compiler/build.gradle @@ -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") diff --git a/compiler/gradle.properties b/compiler/gradle.properties index 0f37894..eb923b8 100644 --- a/compiler/gradle.properties +++ b/compiler/gradle.properties @@ -1,3 +1,3 @@ GROUP_ID=com.github.JailedBird ARTIFACT_ID=ArouterKspCompiler -VERSION=1.7.20-1.0.0 \ No newline at end of file +VERSION=1.7.21-1.0.0-beta01 \ No newline at end of file