Mentioned issues (1)
Convert Lifecycle LiveData and subclasses to Kotlin “ Noting that we will not be able to convert LiveData or its sub-classes to Kotlin due to the generics on those classes and the setValue/getValue nullability. Currently, kotlin does not allow for setters and getters to have differing nullability. Once this is changed, these classes can be converted. Filed a bug for this issue: |
Links (111)
“ Most of the Lifecycle library is straightforward and will be easily converted with the exception of the lifecycle-livedata-* modules as they have some nullability complexities that need some help on the kotlin side. (might be addressed once https://youtrack.jetbrains.com/issue/KT-14663 is resolved) ”