Hi <@U2E974ELT>, s kotlinx.coroutines availability...
# coroutines
l
Hi @elizarov, s kotlinx.coroutines availability on try.kotl.in planned?
v
I think it has been working with the right imports
👍🏽 1
l
You're right! I opened an issue to improve coroutines presence on the try website: https://youtrack.jetbrains.com/issue/KT-22561
👍 1
r
One thing I found not working there: If you create own dispatcher based on Executor, you won't be able to shutdown it in the end due to security restrictions. Not sure if that's okay or not, because it isn't related to coroutine dispatchers directly.