That may not be Kotlin related. Do you have a bind...
# announcements
m
That may not be Kotlin related. Do you have a binding somewhere that contains a type with that bounded type parameter (
List<? extends Service>
, f.e.)? I'd be curious what would happen if you dropped the type bound or just made it a raw type, just as a troubleshooting step. I've successfully used Dagger 1 and 2 with Kotlin, but I don't think any of my bindings contained types that used bounded generics.