Update Kotlin and Gradle version

This commit is contained in:
2022-04-18 01:28:23 +08:00
parent 1541db6427
commit 16c0d2723d
4 changed files with 12 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ kotlin {
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
kotlinOptions {
jvmTarget = 11
freeCompilerArgs += "-opt-in=com.highcapable.yukihookapi.annotation.YukiPrivateApi"
freeCompilerArgs += "-opt-in=com.highcapable.yukihookapi.annotation.YukiGenerateApi"
}