mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
fix(build): target Kotlin 1.9
This commit is contained in:
parent
5a1cdc73c5
commit
4b4d133e8b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class KotlinCommonPlugin : Plugin<Project> {
|
|||
compilerOptions {
|
||||
allWarningsAsErrors.set(true)
|
||||
freeCompilerArgs.addAll(ADDITIONAL_COMPILER_ARGS)
|
||||
languageVersion.set(KotlinVersion.KOTLIN_1_8)
|
||||
languageVersion.set(KotlinVersion.KOTLIN_1_9)
|
||||
}
|
||||
}
|
||||
withType<Test>().configureEach {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue