error: Ambiguous getter for Field You can @Ignore the ones that you don't want to match

后端 未结 0 1289
既然无缘
既然无缘 2020-12-31 11:45

I have the following code structure:

interface Watchable {
    fun show: Show
}

@Entity
@Parcelize
data class TopRatedShow(
    @Embedded
    val show: Show,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题