https://kotlinlang.org logo
Title
n

Neil Marietta

01/19/2022, 10:19 AM
Is it ok, even if not recommended, to use Kotlin 1.6.10 and Coroutines 1.5.2 together?
c

christophsturm

01/19/2022, 10:26 AM
on jvm at least its not a problem
g

gildor

01/19/2022, 10:30 AM
@Neil Marietta Please, do not cross post the same message to different channels
n

Neil Marietta

01/19/2022, 10:44 AM
@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

gildor

01/19/2022, 10:51 AM
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