mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 01:35:17 +08:00
Modify move "com.google.devtools.ksp" version definition to root project's build.gradle
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user