kodein-di
7.15.0
common
kodein-di
/
org.kodein.di
/
DI
/
Builder
/
onReady
on
Ready
common
abstract
fun
onReady
(
cb
:
DirectDI
.
(
)
->
Unit
)
Content copied to clipboard
Adds a callback that will be called once the DI object is configured and instantiated.
Parameters
cb
The callback.