kodein-di-conf
/
org.kodein.di.conf
/
ConfigurableDI
/
clear
clear
fun
clear
()
Content copied to clipboard
Clear all the bindings of the DI instance. Needs
mutable
to be true.
Throws
kotlin.IllegalStateException
if
mutable
is not
true
.