build(komga): add kotlin compiler parameter to remove warnings

This commit is contained in:
Gauthier Roebroeck 2025-07-15 12:46:44 +08:00
parent 4b9a14640c
commit ce7816b0af

View file

@ -141,6 +141,7 @@ kotlin {
"-Xjsr305=strict", "-Xjsr305=strict",
"-Xemit-jvm-type-annotations", "-Xemit-jvm-type-annotations",
"-opt-in=kotlin.time.ExperimentalTime", "-opt-in=kotlin.time.ExperimentalTime",
"-Xannotation-default-target=param-property",
) )
} }
} }