Hi All, earlier I have posted one query related to...
# android
n
Hi All, earlier I have posted one query related to accessing suspend function from java https://kotlinlang.slack.com/archives/C0B8M7BUY/p1650435441883249 Now I am thinking to develop the library something similar to Room database library which optionally supports for the rxJava. I am thinking to add similar capabilities to my library when the kotlin app will use the built-in flows and java app will use Flowable. Any advise or pointers on this is very helpful to me.