Clone Project to IntelliJ IDEA: Cannot resolve symbol DaggerLauncherComponent

Hi there,

I cloned the project successfully from GitHub via IntelliJ IDEA. Unfortunately I couldn’t compile and launch the application because IntelliJ cannot resolve the symbol “DaggerLauncherComponent” (MainApplication.java, 27). How can I solve this problem?

Many thanks in advance for your help!

I figured it out myself: One has to run the project first time and then the Dagger Classes were loaded. Refers to this Issue on GitHub: https://github.com/cryptomator/cryptomator/issues/745.