<@U1VBC6HJ7> I’m using CF from <https://github.co...
# coroutines
y
@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.*
👍 2