There was a page on Kotlin docs site that listed r...
# getting-started
g
There was a page on Kotlin docs site that listed recommended version of libraries (like coroutines, ktor, etc.) for every kotlin version but I cannot find it now?
e
https://kotlinlang.org/docs/whatsnew1720.html#changes-in-release-documentation
We no longer provide a list of recommended kotlinx libraries for each release. This list included only the versions recommended and tested with Kotlin itself. It didn't take into account that some libraries depend on each other and require a special kotlinx version, which may differ from the recommended Kotlin version.