美文网首页我爱编程
使用kotlin+dagger2 报错kaptDebugKotl

使用kotlin+dagger2 报错kaptDebugKotl

作者: 则卷滔滔 | 来源:发表于2018-08-07 10:15 被阅读655次

    报错如下:

    1、首先需要在module工程中添加

    applyplugin:'kotlin-kapt'

    org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version

    然后把dagger-compiler的annotationProcessor改为kapt

    2、如果还是有报错  那么需要查看详情 双击 See complete output in console 跳到控制台如下图:

    点击截图中的Run with --info 或者 --debug option 

    随后会显示编译后错误,然后根据错误提示   可能没有报错,但是错误提示已经显示出错误, 根据提示修改代码,然后在运行即可。

    相关文章

      网友评论

        本文标题:使用kotlin+dagger2 报错kaptDebugKotl

        本文链接:https://www.haomeiwen.com/subject/xdrovftx.html