xSAVIKx/AndroidScreencast

The Code missing the class of DaggerMainComponent

yoogoomin opened this issue · 1 comments

The Code missing the class of DaggerMainComponent, please tell me how to get it .thanks

@yoogoomin that class is auto-generated and will be created on the fly by the Dagger compiler.

In order to look on its source code, you have to compile the whole project. It will be generated under target/annotations/com.github.xsavikx.androidscreencast/dagger folder.