https://kotlinlang.org logo
a

acando86

07/18/2018, 5:47 AM
strictly speaking a not 100% kotlin related question, but does someone know whether room architectural component has a concept of pluggable adapters similar to what retrofit has? I would like to investigate the possibility to create an adapter that supports
deferrer
at the very least (i understand supporting
suspend
is a much more difficult task, given the the bytecode signature of the method is modified to include the continuation, and i would not know how to deal with that) I tried to look for the source code of android.arch.persistence.room:rxjava but couldn't find it