with 1.4.0 coming along a lot of projects have ren...
# refreshversions
n
with 1.4.0 coming along a lot of projects have renamed and reshuffled their artifacts eg: coroutine got no runtime anymore just
coroutine-core(-$platform)
for some reason
ktor.client.websockets
is aliased to
"$artifactPrefix-websockets-$native:_"
even on the jvm ?
"io.ktor:ktor-client-websockets:_"
is what i would expect also for some reason refreshVersion did not suggest
1.4.0
for version.kotlin even though its available in the repos
l
I know about that great thing in Kotlin 1.4.0 that will make my work a little harder. I'll update the dependencies for next version, and I'm also laying the ground to allow refreshVersions to perform automatic migrations in the future when dependency constants or version keys need to change on refreshVersions upgrade.
n
also with gradle 6.x and onwards settings.gradle.kts cannot access buildSrc anymore and can instead be used to configure buildSrc, maybe that could be useful
l
@Nikky refreshVersions supports only Gradle 6+
n
oh right.. kinda forgot about that