Kotlin backing field wrong type
ViewModel
How to use Kotlin backing field with Channel and Flow?
I am playing with the new backing field feature introduced in Kotlin 2.0, however I am encountering some problem when using it on data type that is not a superclass/subclass of one and another.