This compiles fine: ``` val type: Type = String::c...
# kodein
s
This compiles fine:
Copy code
val type: Type = String::class.java
bind(type) with singleton { "coucou" }