Using a single component and single module... real...
# dagger
c
Using a single component and single module... really simple. Trying to enable proguard crashes on startup
Copy code
java.lang.IllegalStateException: Unable to find generated component implementation k.b.a.k0.Daggera for component k.b.a.k0.a
        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6465)
Any idea where to start? From what I read... dagger doesn't require any special configuration.