Android - error: Type of the parameter must be a class annotated with @Entity or a collection/array of it.
使用 room v2.5.2 遇上了標題的錯誤。 error: Type of the parameter must be a class annotated with @Entity or a collection/array of it. 網路上查了一下,似乎是 Kotlin 與 Room 版本的相容性所產生的問題。