Searched refs:RELATION_NOT_COLLECTION (Results 1 – 3 of 3) sorted by relevance
26 import androidx.room.processor.ProcessorErrors.RELATION_NOT_COLLECTION in <lambda>()347 }.failsToCompile().withErrorContaining(RELATION_NOT_COLLECTION) in <lambda>()
330 val RELATION_NOT_COLLECTION = "Fields annotated with @Relation must be a List or Set." constant
433 context.logger.e(relationElement, ProcessorErrors.RELATION_NOT_COLLECTION) in <lambda>()