From ce7816b0af89a5c911f32bc69c00478c47088499 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 15 Jul 2025 12:46:44 +0800 Subject: [PATCH] build(komga): add kotlin compiler parameter to remove warnings --- komga/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index 606f1fd0d..c363dbe03 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -141,6 +141,7 @@ kotlin { "-Xjsr305=strict", "-Xemit-jvm-type-annotations", "-opt-in=kotlin.time.ExperimentalTime", + "-Xannotation-default-target=param-property", ) } }