git-xuhao / KotlinMvp

:fire: 基于Kotlin+MVP+Retrofit+RxJava+Glide 等架构实现短视频类小项目,简约风格及详细注释,欢迎 star or fork!
https://xuhaoblog.com/KotlinMvp
Apache License 2.0
3.69k stars 917 forks source link

3rd-party Gradle plug-ins may be the cause #27

Closed tangnuo closed 6 years ago

tangnuo commented 6 years ago

AndroidStudio 3.1.3编译报错:

3rd-party Gradle plug-ins may be the cause

git-xuhao commented 6 years ago

@tangnuo 我这边都能正常编译,你试试 gradle.build: 添加

kapt {
     generateStubs = true
 }