Room Persistance Library Query COLLATE LOCALIZED not working
you have to use these version of room
compile "android.arch.persistence.room:runtime:1.1.1"
annotationProcessor "android.arch.persistence.room:compiler:1.1.1"
after updating your room gradle line
you can use this feature
@ColumnInfo(collate = ColumnInfo.NOCASE)