Use case: I have an extension that gives me lazy. ...
# announcements
g
Use case: I have an extension that gives me lazy. Normally I'd just assign it to a property.
Copy code
val foo by viewModels()
. But now I don't need the whole object, but only a field from it:
Copy code
val foo by viewModel().bar