@kenkyee
I’m using CF from
https://github.com/streamsupport/streamsupport in production - works perfect (proguard remove unused code).
You can very simple port kotlinx.coroutines to “support version” - just change imports from java.util.concurrent.* to java8.util.concurrent.*