mirror of
https://github.com/HighCapable/YukiReflection.git
synced 2025-09-07 11:09:52 +08:00
Update Gradle & Kotlin
- Update Kotlin version to 1.8.20 - Update Gradle version to 8.0.2 - Update Gradle dependencies
This commit is contained in:
@@ -37,7 +37,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
|
||||
|
||||
dependencies {
|
||||
compileOnly fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'androidx.annotation:annotation:1.5.0'
|
||||
implementation 'androidx.annotation:annotation:1.6.0'
|
||||
}
|
||||
|
||||
group = rootProject.ext.groupId
|
||||
|
Reference in New Issue
Block a user