You can solve it by doing `.subscribe { myEnum: My...
# announcements
k
You can solve it by doing
.subscribe { myEnum: MyEnum -> ... }
, explicitly telling the compiler it won't be
null
.