Fix report API
Since the Status class is now open
, the report API function had a type issue since there was a type wildcard in one of the arguments. Fixed by adding @JvmSuppressWildcards
annotation.
Since the Status class is now open
, the report API function had a type issue since there was a type wildcard in one of the arguments. Fixed by adding @JvmSuppressWildcards
annotation.