How can i create a coroutine scope, that is linked...
# decompose
v
How can i create a coroutine scope, that is linked to the Component’s lifecycle I’m using RetainedComponents and Decompose v3.0.0-alpha04
I am unable to access the coroutines extensions provided by essently included with decompose 3.0.0-alpha04
a
You need to add
com.arkivanov.essenty:lifecycle-coroutines:x.y.z
v
can i use that with decompose 2.2.2?
a
You can try. I think it should work. Or just copy the extension code into your project.