Either use `val myInstanceOfT by kodin.instance&lt...
# kodein
s
Either use
val myInstanceOfT by kodin.instance<T>(tag)
or
val myInstanceOfT = kodein.direct.instance<T>(tag)
j
wow, got that! thx
s
The first one is preferred with Kodein 0.5.x and up.
👍 1