Skip to content

Commit

Permalink
把 Lyric 包的 Java 代码转换成 Kotlin。
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Feb 3, 2024
1 parent d9de5a1 commit 57a6a01
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 425 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ tasks.withType<KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
}
}
java {
sourceCompatibility = JavaVersion.VERSION_18
targetCompatibility = JavaVersion.VERSION_18
}




/**
Expand Down
Loading

0 comments on commit 57a6a01

Please sign in to comment.