square / dagger

A fast dependency injector for Android and Java.

Home Page:https://square.github.io/dagger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.NoClassDefFoundError: dagger.internal.Preconditions

ifucolo opened this issue · comments

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'

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

I m using Multidex.install on my application
Thanks