:dagger_knife: + :java: + :kotlin: + kapt = :sku...
# android
u
🗡️ + + K + kapt = ☠️ + 😭 😭 😭 😭 😭 😭 How can I resolve this:
Copy code
> Task :app:compileDebugKotlin FAILED
e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
    class com.om.nx.di.DaggerAppComponent, unresolved supertypes: AppComponent
Only occurs when running unit tests .
😀 1
Fixed: 😌 .. my AppComponent interface was extending a BaseComponent interface (both in ). Converted them to K interfaces in all the flavours
K 2