Browse Source
The move to Kotlin 2.x introduces warnings in the Kotlin extensions for type arguments tha are not within their bounds (i.e. `Thing<T>` should be `Thing<T : Any>`). This commit fixes these cases and removes the warnings. Signed-off-by: Chris Bono <chris.bono@broadcom.com> Closes #3309pull/3314/head
3 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue