mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-08-30 14:08:52 +00:00
gradle: Drop non-required compiler option
This is now the default in latest kotlin versions Signed-off-by: Aayush Gupta <contact@aayush.io>
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
*/
|
||||
|
||||
import com.android.build.api.dsl.ApplicationExtension
|
||||
import com.mikepenz.aboutlibraries.plugin.DuplicateMode
|
||||
import java.util.regex.Pattern
|
||||
|
||||
plugins {
|
||||
@@ -29,12 +28,6 @@ val normalizedWorkingBranch = workingBranch
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(21)
|
||||
compilerOptions {
|
||||
// TODO: Drop annotation default target when it is stable
|
||||
freeCompilerArgs.addAll(
|
||||
"-Xannotation-default-target=param-property"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
configure<ApplicationExtension> {
|
||||
|
||||
Reference in New Issue
Block a user