diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 472e55e5d..5203c3f3c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -23,6 +23,15 @@ java { } } +kotlin { + compilerOptions { + // TODO: Drop annotation default target when it is stable + freeCompilerArgs.addAll( + "-Xannotation-default-target=param-property" + ) + } +} + android { compileSdk = 36 namespace = "org.schabi.newpipe"