A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution

前端 未结 30 1801
南旧
南旧 2020-12-12 20:01

All of sudden I start getting this error, and I am not getting idea why if anyone just let me know where this error is, will be enough helpful. As much I am able to get is t

30条回答
  •  离开以前
    2020-12-12 20:24

    I just had this happen to me. Another dev had not completed a merge properly so this line was in the code

    <<<<<<< HEAD
    

    Instead of getting a compile error I got the KaptExecution error.

提交回复
热议问题