feat: default value for Package.versions annotation parameter

Reverts 4b81318710
This commit is contained in:
oSumAtrIX 2022-09-05 16:44:35 +02:00 committed by GitHub
parent 5a92d5c29d
commit 131dedd4b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,5 +24,5 @@ annotation class Compatibility(
@MustBeDocumented
annotation class Package(
val name: String,
val versions: Array<String>,
val versions: Array<String> = [],
)