Skip to content

Commit

Permalink
feat(build): Use compilerOptions to replace deprecated `kotlinOptio…
Browse files Browse the repository at this point in the history
…ns` (#447)
  • Loading branch information
Ahoo-Wang authored Jun 18, 2024
1 parent eba75d4 commit 84cda11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ configure(libraryProjects) {
}
}
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions {
compilerOptions {
freeCompilerArgs = listOf("-Xjsr305=strict", "-Xjvm-default=all-compatibility")
}
}
Expand Down

0 comments on commit 84cda11

Please sign in to comment.