mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
build(komga): add kotlin compiler parameter to remove warnings
This commit is contained in:
parent
4b9a14640c
commit
ce7816b0af
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ kotlin {
|
|||
"-Xjsr305=strict",
|
||||
"-Xemit-jvm-type-annotations",
|
||||
"-opt-in=kotlin.time.ExperimentalTime",
|
||||
"-Xannotation-default-target=param-property",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue