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
As this is using canary version of AS I understand that it may not be priority but just fyi that getting following error after updating to v7.0.0-alpha07 of gradle plugin....this is with use in Kotlin Multiplatform shared code (using v2.5.3 of apollo library)
Execution failed for task ':shared:generateCommonMainServiceApolloSources'.
> Could not initialize class com.apollographql.apollo.compiler.parser.introspection.IntrospectionSchema
That looks really similar to #2886. My first guess would be that IntrospectionSchema fails to initialize because it depends on a recent okio version but AGP or other plugin put an older version in the Gradle classloaders.
Can you try to put classpath("com.apollographql.apollo:apollo-gradle-plugin:2.5.3") next to the AGP and other plugins in the root project so that dependency resolution can somehow know what version of okio to use?
As this is using canary version of AS I understand that it may not be priority but just fyi that getting following error after updating to v7.0.0-alpha07 of gradle plugin....this is with use in Kotlin Multiplatform shared code (using v2.5.3 of apollo library)
This is after updating following project: https://github.com/joreilly/MortyComposeKMM
The text was updated successfully, but these errors were encountered: