About the non-inline methods that will work with T...
# kodein
s
About the non-inline methods that will work with Type, What do you think :
Copy code
fun <T : Any> instance(type: Type, tag: Any? = null): T
or
Copy code
fun instance(type: Type, tag: Any? = null): Any
?