mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
chore: put on the clown nose
This commit is contained in:
parent
73ff9e6711
commit
a2c447d8f8
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ class KotlinCommonPlugin : Plugin<Project> {
|
|||
compilerOptions {
|
||||
allWarningsAsErrors.set(project.providers.environmentVariable("CI").isPresent)
|
||||
freeCompilerArgs.addAll(ADDITIONAL_COMPILER_ARGS)
|
||||
// This is necessary for Anvil to function, do not be the idiot reverting this
|
||||
// 3 months later because you forgot about it.
|
||||
languageVersion.set(KotlinVersion.KOTLIN_1_9)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue