I’ve also seem I could somehow do: Bind(TTof(class...
# kodein
j
I’ve also seem I could somehow do: Bind(TTof(class.java), tag) with provider { … }, but it complains provider is not a Binding type. Also, I need to bind with a KClass and it seems using this I’d need to bind with a java class instead.