Skip to content

Commit

Permalink
Update compiler arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
dragneelfps committed Jul 23, 2022
1 parent 0e00f78 commit df8f28e
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 @@ -8,7 +8,7 @@ plugins {
tasks.withType<KotlinCompile>() {
kotlinOptions {
jvmTarget = "18"
freeCompilerArgs = listOf("-Xopt-in=kotlin.RequiresOptIn")
freeCompilerArgs = listOf("-opt-in=kotlin.RequiresOptIn")
}
}

Expand Down

1 comment on commit df8f28e

@dragneelfps
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RE: #7

Please sign in to comment.