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

前端 未结 30 1802
南旧
南旧 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:39

    I had the same problem. In my case the problem was about Database. i had to change this line of code @Database(entities = [SearchedLocation::class, FavoriteLocation::class], version = 1)

    I added another table in Database but forgot to add table in the line above.

提交回复
热议问题