``` Executing tasks: [:sample-app:assembleRelease]...
# kapt
s
Copy code
Executing tasks: [:sample-app:assembleRelease]

Configuration on demand is an incubating feature.
'kapt.generateStubs' is not used by the 'kotlin-kapt' plugin
'kapt.generateStubs' is not used by the 'kotlin-kapt' plugin

[...]

:sample-app:kaptReleaseKotlin
w: The '-d' option with a directory destination is ignored because '-module' is specified

e: C:\Users\seran\Proyectos\git\hollywood\sample-app\build\tmp\kapt3\stubs\release\org\granchi\whatnow\framework\dagger\WhatNowComponent.java:7: error: java.util.Collection<? extends org.granchi.hollywood.Actor> cannot be provided without an @Provides-annotated method.
e: 

e:     public abstract void inject(@org.jetbrains.annotations.NotNull()
e:                          ^
e:       java.util.Collection<? extends org.granchi.hollywood.Actor> is injected at
e:           org.granchi.whatnow.framework.dagger.WhatNowModule.provideHollywoodApp(…, actors, …)
e:       org.granchi.hollywood.HollywoodApplication is injected at
e:           org.granchi.whatnow.WhatNowApplication.hollywood
e:       org.granchi.whatnow.WhatNowApplication is injected at
e:           org.granchi.whatnow.framework.dagger.WhatNowComponent.inject(p0)
e: C:\Users\seran\Proyectos\git\hollywood\sample-app\src\main\kotlin\org\granchi\whatnow\framework\dagger\WhatNowComponent.kt: (1, 1): Some error(s) occurred while processing annotations. Please see the error messages above.