apollo-kotlin
apollo-kotlin copied to clipboard
📦 Support maven-compatible publication
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"
are there any plans for this?
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.