Is there much overhead (perf, memory, apk size) to...
# coroutines
u
Is there much overhead (perf, memory, apk size) to have both rxjava & coroutines in app, given dispatchers are shared from rx schedulers? Is it reasonable?
l
No. Using them both is fine.