I have a problem when using Guice for DI with Kotl...
# getting-started
h
I have a problem when using Guice for DI with Kotlin. I want to register a generic type Sensor<T> to a particular implementation, in this case Temp, but i guice complains that it cant find an implementation for Sensor<Double>. If anyone can give me a hint on what i'm doing wrong, i would be grateful.