Kotlin compiler showing errors without line number

2019-08-29 05:45发布

问题:

I am working on Android Studio. The "build" tab says there are six errors but all it prints are the following:

error: Cannot figure out how to save this field into database. You can consider adding a type converter for it.
error: Cannot find getter for field.
error: Cannot find setter for field.
error: Cannot figure out how to read this field from a cursor.
error: Cannot find getter for field.
error: Cannot find setter for field.

There is not much here that is useful to me because I have multiple Entities and DAOs. How do I get access to the actual line numbers causing trouble?