Fix @NullableType annotations to be compatible with Kotlin
Open
bug
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description

return type can be null, but I got compile error

```kotlin
rendererConfigurations = Array()
rendererTrackSelections = Array()
```
I think it's right to pass arrayOfNull
Contributor guide
Assessment
This issue has not been assessed yet.