apollo-kotlin icon indicating copy to clipboard operation
apollo-kotlin copied to clipboard

📦 Support maven-compatible publication

Open martinbonnin opened this issue 3 years ago • 2 comments

For maven consumers or kotlin scripts, that do not understand Gradle metadata format, support a fallback mode like kotlinx-serialization for an example so that

"com.apollographql.apollo3:apollo-runtime:$version"

works like

"com.apollographql.apollo3:apollo-runtime-jvm:$version"

martinbonnin avatar Apr 12 '22 09:04 martinbonnin

are there any plans for this?

enriquedacostacambio avatar Aug 25 '22 01:08 enriquedacostacambio

Hi @enriquedacostacambio . There are definitely plans albeit low priority given that you should be able to workaround the issue by appending -jvm to the module name:

com.apollographql.apollo3:apollo-runtime-jvm:$version

We'd welcome a contribution if you feel like it.

martinbonnin avatar Aug 25 '22 14:08 martinbonnin