getting following for sample I'm updating from Apo...
# apollo-kotlin
j
getting following for sample I'm updating from Apollo 4.0.1 to 4.1.0.....did something change for this?
Copy code
:shared:iosArm64Test: Could not find com.apollographql.apollo:apollo-mockserver:4.1.0.
m
It’s moved to
com.apollographql.mockserver:apollo-mockserver:0.1.0
j
cool, thanks
m
It was deprecated as part of 4.0 and we removed it in 4.1 because there were a bunch of changes due to Ktor 3 and doing them in 2 different places felt overkill
👍 1
The mockserver now has its own independant repo: https://github.com/apollographql/apollo-kotlin-mockserver
It'd be cool to have Gradle + IDE support for "coordinates deprecations" like those: https://github.com/gradle/gradle/issues/26436
I contemplated keeping the artifact around with just a redirection for compatibility but in the absence of a warning, I dedicded it wasn't worth the hassle
b
Hey the AK AS plugin migration helper doesn't have anything for this, but should!
💡 1