mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
fix(gradle): raise Kotlin language version to 1.7
This commit is contained in:
parent
f31debc685
commit
fdc9ae8968
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class KotlinCommonPlugin : Plugin<Project> {
|
|||
allWarningsAsErrors = project.providers.environmentVariable("GITHUB_WORKFLOW").isPresent
|
||||
jvmTarget = JavaVersion.VERSION_11.toString()
|
||||
freeCompilerArgs = freeCompilerArgs + ADDITIONAL_COMPILER_ARGS
|
||||
languageVersion = "1.5"
|
||||
languageVersion = "1.7"
|
||||
}
|
||||
}
|
||||
withType<Test>().configureEach {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue