Join Slack
Communities
Powered by
<@U39JR7AJG> Sure. You can do something like ``` p...
# getting-started
r
Ruckus
12/15/2016, 8:59 PM
@rogercaplan
Sure. You can do something like
Copy code
private val _test = lazy { makeSomeData() } val test by _test
Then you can access
_test
, which is the delegate.
Open in Slack
Previous
Next