Execution failed for task ':graphqlIntrospectSchema' #980
Answered
by
dariuszkuc
DmitryevichD
asked this question in
Q&A
-
Hi!
Can you help me with the problem? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
dariuszkuc
Dec 22, 2020
Replies: 1 comment 4 replies
-
Hello 👋 |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
smyrick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello 👋
That error generally implies some classpath issue. My guess is that the issue is from Kotlin version mismatch ->
graphql-kotlin
plugin attempts to pull in version1.3.x
whereas you apply Kotlin 1.4 plugin. Can you downgrade to Kotlin version1.3.72
and see whether this fixes your issue?