square / dagger

A fast dependency injector for Android and Java.
https://square.github.io/dagger/
Apache License 2.0
7.31k stars 3.06k forks source link

java.lang.NoClassDefFoundError: dagger.internal.Preconditions #550

Closed ifucolo closed 7 years ago

ifucolo commented 7 years ago

I have that problem with android 4.3 Im using dagger 2 on my buildgradle like this: apt 'com.google.dagger:dagger-compiler:2.5' compile 'com.google.dagger:dagger:2.5'

tbroyer commented 7 years ago

Wrong issue tracker then; see https://github.com/google/dagger

ifucolo commented 7 years ago

I m using Multidex.install on my application Thanks