Is there a way to make dagger inject a `value class Id(value: String)` ? it complains that it doesnt...
u
Is there a way to make dagger inject a
value class Id(value: String)
? it complains that it doesnt see a provider for the underlying string value
e
kapt/java can't see value types in any real useful way
u
oh well, thanks