Evgenii Novozhilov
Evgenii Novozhilov
# Checklist - [ ] I have filed an issue about this change and discussed potential changes with the maintainers. - [ ] I have received the approval from the...
# Checklist - [ ] I have filed an issue about this change and discussed potential changes with the maintainers. - [ ] I have received the approval from the...
fixes #7547 # Checklist - [ ] I have filed an issue about this change and discussed potential changes with the maintainers. - [ ] I have received the approval...
For some reason in Java/Kotlin interop a nullable type was visible as non-nullable in kotlin, so this led to unexpected NPE in code. Fixed with proper annotations on the Java...