Join Slack
Powered by
Use case: I have an extension that gives me lazy. ...
# announcements
g
ghedeon
01/08/2019, 12:25 AM
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
Open in Slack
Previous
Next