diff --git a/build.gradle b/build.gradle index deb1bcc..5758751 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } \ No newline at end of file diff --git a/compiler/build.gradle b/compiler/build.gradle index fe2c2fa..d6105eb 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.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") diff --git a/compiler/gradle.properties b/compiler/gradle.properties index 9e512ec..9d0a973 100644 --- a/compiler/gradle.properties +++ b/compiler/gradle.properties @@ -1,3 +1,3 @@ GROUP_ID=com.github.JailedBird ARTIFACT_ID=ArouterKspCompiler -VERSION=1.8.20-1.0.4 \ No newline at end of file +VERSION=1.9.10-1.0.4 \ No newline at end of file