Modify move "com.google.devtools.ksp" version definition to root project's build.gradle

This commit is contained in:
2023-04-15 21:43:55 +08:00
parent 3ddd4b3c0d
commit 7244d0b9b3
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ plugins {
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id 'com.google.devtools.ksp' version '1.8.20-1.0.10' apply false
}
ext {

View File

@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'org.jetbrains.kotlin.jvm'
id 'com.google.devtools.ksp' version '1.8.20-1.0.10'
id 'com.google.devtools.ksp'
id 'maven-publish'
id 'signing'
}