Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
:app:preBuild UP-TO-DATE
:app:preFossDebugBuild UP-TO-DATE
:app:checkFossDebugManifest
:app:preDevDebugBuild UP-TO-DATE
:app:preDevReleaseBuild UP-TO-DATE
:app:preFossReleaseBuild UP-TO-DATE
:app:preFullDebugBuild UP-TO-DATE
:app:preFullReleaseBuild UP-TO-DATE
:app:prepareComAfollestadMaterialDialogsCore0902Library
:app:prepareComAmulyakhareComAmulyakhareTextdrawable101Library
:app:prepareComAndroidSupportAnimatedVectorDrawable2520Library
:app:prepareComAndroidSupportAppcompatV72520Library
:app:prepareComAndroidSupportCardviewV72520Library
:app:prepareComAndroidSupportDesign2520Library
:app:prepareComAndroidSupportMultidex101Library
:app:prepareComAndroidSupportPreferenceV142520Library
:app:prepareComAndroidSupportPreferenceV72520Library
:app:prepareComAndroidSupportRecyclerviewV72520Library
:app:prepareComAndroidSupportSupportCompat2520Library
:app:prepareComAndroidSupportSupportCoreUi2520Library
:app:prepareComAndroidSupportSupportCoreUtils2520Library
:app:prepareComAndroidSupportSupportFragment2520Library
:app:prepareComAndroidSupportSupportMediaCompat2520Library
:app:prepareComAndroidSupportSupportV42520Library
:app:prepareComAndroidSupportSupportVectorDrawable2520Library
:app:prepareComAndroidSupportTransition2520Library
:app:prepareComGithubBoxmeAsyncmanager100Library
:app:prepareComMikepenzFastadapter210Library
:app:prepareComMikepenzIconicsCore280Library
:app:prepareComMikepenzMaterialdrawer582Library
:app:prepareComMikepenzMaterialize101Library
:app:prepareEuDavideaFlexibleAdapter500Rc1Library
:app:prepareIoReactivexRxjava2Rxandroid201Library
:app:prepareIoRequeryRequeryAndroid121Library
:app:prepareMeZhanghaiAndroidMaterialprogressbarLibrary117Library
:app:prepareFossDebugDependencies
:app:compileFossDebugAidl
:app:compileFossDebugRenderscript
:app:generateFossDebugBuildConfig
:app:generateFossDebugResValues
:app:generateFossDebugResources
:app:mergeFossDebugResources
:app:processFossDebugManifest
:app:processFossDebugResources
:app:generateFossDebugSources
:app:incrementalFossDebugJavaCompilationSafeguard
:app:javaPreCompileFossDebug
:app:compileFossDebugJavaWithJavac
/home/michel/git/librus-client/app/src/main/java/pl/librus/client/MainApplication.java:23: error: cannot find symbol
protected static ApplicationComponent applicationComponent;
^
symbol: class ApplicationComponent
location: class MainApplication
/home/michel/git/librus-client/app/src/main/java/pl/librus/client/MainApplication.java:25: error: cannot find symbol
private static MainActivityComponent mainActivityComponent;
^
symbol: class MainActivityComponent
location: class MainApplication
/home/michel/git/librus-client/app/src/main/java/pl/librus/client/MainApplication.java:55: error: cannot find symbol
protected ApplicationComponent buildApplicationComponent() {
^
symbol: class ApplicationComponent
location: class MainApplication
/home/michel/git/librus-client/app/src/main/java/pl/librus/client/MainApplication.java:73: error: cannot find symbol
public static MainActivityComponent createMainActivityComponent(MainActivity mainActivity) {
^
symbol: class MainActivityComponent
location: class MainApplication
/home/michel/git/librus-client/app/src/main/java/pl/librus/client/MainApplication.java:79: error: cannot find symbol
public static MainActivityComponent getMainActivityComponent() {
^
symbol: class MainActivityComponent
location: class MainApplication
/home/michel/git/librus-client/app/src/main/java/pl/librus/client/MainApplication.java:91: error: cannot find symbol
public static ApplicationComponent component() {
^
symbol: class ApplicationComponent
location: class MainApplication
/home/michel/git/librus-client/app/src/main/java/pl/librus/client/UserComponent.java:12: error: cannot find symbol
MainActivityComponent plus(MainActivityModule userModule);
^
symbol: class MainActivityComponent
location: interface UserComponent
/home/michel/git/librus-client/app/src/foss/java/pl/librus/client/ui/FragmentsRepository.java:3: error: cannot find symbol
public class FragmentsRepository extends DefaultFragmentsRepository {
^
symbol: class DefaultFragmentsRepository
/home/michel/git/librus-client/app/src/main/java/pl/librus/client/MainApplication.java:21: error: dagger.internal.codegen.ComponentProcessor was unable to process this class because not all of its dependencies could be resolved. Check for compilation errors or a circular dependency with generated code.
public class MainApplication extends MultiDexApplication {
^
/home/michel/git/librus-client/app/src/main/java/pl/librus/client/UserComponent.java:11: error: dagger.internal.codegen.ComponentProcessor was unable to process this interface because not all of its dependencies could be resolved. Check for compilation errors or a circular dependency with generated code.
public interface UserComponent {
^
10 errors
:app:compileFossDebugJavaWithJavac FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileFossDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 12.4 secs
I will look at it further.