instead of:
.observe(viewLifecycleOwner)
In Kotlin try to use
.observeForever{}
It's worked for me in activity