diff --git a/src/main/kotlin/app/revanced/patcher/annotation/CompatibilityAnnotation.kt b/src/main/kotlin/app/revanced/patcher/annotation/CompatibilityAnnotation.kt index a053f83a..86a02feb 100644 --- a/src/main/kotlin/app/revanced/patcher/annotation/CompatibilityAnnotation.kt +++ b/src/main/kotlin/app/revanced/patcher/annotation/CompatibilityAnnotation.kt @@ -24,5 +24,5 @@ annotation class Compatibility( @MustBeDocumented annotation class Package( val name: String, - val versions: Array = [], -) \ No newline at end of file + val versions: Array, +)