<@U3HDB5Y5D> this might have something to do with ...
# kapt
k
@serandel this might have something to do with the wildcard. Try adding
@JvmSuppressWildcards
to your
provideHollywoodApp
method
Copy code
@Provides
@JvmSuppressWildcards
fun provideHollywoodApp(initialModel: Model,
                                 actors: Collection<Actor>,
                                 exceptionHandler: ModelExceptionHandler)