Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 13, 2024
1 parent d2fd7a7 commit bb2b4f7
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 @@ -92,7 +92,7 @@ tasks {
jvmTarget = VERSION_17.toString()
languageVersion = "1.8"
// see https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
apiVersion = "1.7.0"
apiVersion = "1.7"
freeCompilerArgs = listOf("-Xjvm-default=all")
}
}
Expand Down

0 comments on commit bb2b4f7

Please sign in to comment.