Generate code for unit test build in Android Studio -
when using android-apt plugin possible generate code test build? using dagger , have testmodules needed unit test , want in test build only. seems plugin not support testapt 'my-dependency'.
it should possible gradle plugin 1.3. more information here.
you can try beta plugin:
classpath 'com.android.tools.build:gradle:1.3.0-beta1'
if doesn't work have wait final version of plugin. more information under link provided above.
Comments
Post a Comment