Hi, I just trie to add Kotlin to my existing proje...
# kapt
p
Hi, I just trie to add Kotlin to my existing project. But right now I have issue with Dagger 2 and kapt. While I trying to build project on CI I always get some errors like this:
Copy code
e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
    class packageName.BaseActivity, unresolved supertypes: AppCompatActivity
    class packageName.BaseFragment, unresolved supertypes: Fragment
e: /builds/packageName/ApiModels.kt: (1, 1): Some error(s) occurred while processing annotations. Please see the error messages above.
I'm using Kotlin 1.0.6 and Dagger 2.7