Apollo Kotlin is changing its group id for v4
BoD opened this issue · 0 comments
BoD commented
Currently the ApolloGraphQL dependency notation is pointing to com.apollographql.apollo3
but for its upcoming version 4, Apollo Kotlin is moving to com.apollographql.apollo
(more context here).
I don't know if it is possible currently to deal with such case? Can there be some configuration so the correct group is chosen depending on the version?
If not, would it be an interesting feature to add?
Or else, we can just add a new different dependency notation for the new groupId - but not sure about the name (maybe ApolloKotlin
?)