GraphQL client gradle plugin fails to find compileDebugKotlin
task.
#1903
Labels
type: bug
Something isn't working
compileDebugKotlin
task.
#1903
Library Version
7.0.2
Describe the bug
When adding the dependency to a multiplatform project, the plugin fails during project syncing.
To Reproduce
MRE available here: https://github.com/mainrs/showcase-graphql-kotlin-kmp
Notes
The problem only occurs if specifying an Android target. Removing the
androidTarget
configuration from the multiplatform library lets me build the project again.Expected behavior
The project syncs, the plugin is available and I can run the gradle commands to generate the client class files.
The text was updated successfully, but these errors were encountered: