Is it ok, even if not recommended, to use Kotlin 1...
# coroutines
n
Is it ok, even if not recommended, to use Kotlin 1.6.10 and Coroutines 1.5.2 together?
c
on jvm at least its not a problem
g
@Neil Marietta Please, do not cross post the same message to different channels
n
@gildor Sorry. I discovered the coroutines channel after.
On this page https://kotlinlang.org/docs/releases.html#release-details, it's recommended to use Coroutines 1.6.0 with Kotlin 1.6.10. That's why I asked....
But if you tell me it's safe on JVM, that's fine for me.
Thanks
g
I think in this case it’s quite misslieading, there is no problem to user earlier versions of corouytines, also unlike some other libraries, kotlinx.coroutines (stable versions) do not depend on Kotlin compiler so much