mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-11 09:34:26 +02:00
fix: remove default param from Package.versions
Kotlin compiler bug produces invalid bytecode, resulting in an IncompleteAnnotationException at runtime.
This commit is contained in:
parent
44f6a3ebc5
commit
4b81318710
@ -24,5 +24,5 @@ annotation class Compatibility(
|
||||
@MustBeDocumented
|
||||
annotation class Package(
|
||||
val name: String,
|
||||
val versions: Array<String> = [],
|
||||
)
|
||||
val versions: Array<String>,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user