Inability to use gradle plugin graphqlGenerateClient #1105
-
So I'm trying to generate client with 4.0.0-alpha.17 but running into the following error
The last working version for me is alpha.11. Raising this as a separate issue as I'm not sure if it's related to #1104 . full discloser: this isn't my app. just trying to find a sample that I can generateClient with, this is one sample that works but couldn't get it to work with alpha.17 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello 👋 |
Beta Was this translation helpful? Give feedback.
Hello 👋
Your underlying issue is caused by
java.lang.NoSuchMethodError
which in general implies classpath issue where you have multiple versions of a library on a classpath. In case ofslash-sourcegraph
the issue is that project uses Ktor version1.3.1
whereas the new versions ofgraphql-kotlin
rely on1.5.x
.