When using Kotlin on an existing android project which uses dagger2, when compiling we get a warning message 'Note: Generating a MembersInjector or Factory for com.example.Some. Prefer to run the dagger processor over that class instead.’ I could not find a solution for this. Does anyone know how to handle this messaging.