You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
Currently the ApolloGraphQL dependency notation is pointing to
com.apollographql.apollo3
but for its upcoming version 4, Apollo Kotlin is moving tocom.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
?)The text was updated successfully, but these errors were encountered: