John Marshall
05/23/2025, 5:03 AMapi(libs.apollo.cache.plugin)
Results in the error: "Apollo: only a single compiler plugin provider is allowed"
How am I supposed to wrap the plugin?John Marshall
05/23/2025, 5:11 AMtasks.withType<Jar>().configureEach {
exclude("META-INF/services/com.apollographql.apollo.compiler.ApolloCompilerPluginProvider")
}
mbonnin
05/23/2025, 12:46 PMmbonnin
05/23/2025, 12:46 PMmbonnin
05/23/2025, 12:47 PMJohn Marshall
05/23/2025, 2:34 PMmbonnin
05/23/2025, 3:29 PMmbonnin
06/06/2025, 8:24 AMbod
06/06/2025, 3:13 PM1.0.0-alpha.3
is available.John Marshall
06/11/2025, 3:04 AMJohn Marshall
07/13/2025, 5:01 PMbod
07/15/2025, 11:07 AMimplementation("com.apollographql.cache:normalized-cache-apollo-compiler-plugin:1.0.0-alpha.4")
to your own plugin and that should work. But yeah we might want to make that API a bit smoother for v5 and maybe just allow calling plugin()
multiple times.John Marshall
07/15/2025, 3:07 PMmbonnin
07/17/2025, 8:09 AMmbonnin
07/17/2025, 8:10 AM5.0.0-alpha.1
mbonnin
07/17/2025, 8:10 AMmbonnin
07/17/2025, 8:11 AMmbonnin
07/17/2025, 8:26 AM5.0.0-alpha.1
but I'll fix this for 5.0.0-alpha.2
John Marshall
07/17/2025, 3:04 PM