Juhani Lehtimäki
01/17/2020, 8:23 PM@RawQuery(observedEntities = Song.class)
LiveData<List<Song>> getSongs(SupportSQLiteQuery query);
but Kotlin:
@RawQuery(observedEntities = Tactic::class.java)
does not compile: “An annotation argument must be a compile-time constant”