Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gradle-plugin): compileKotlin does not exist in Multiplatform #1681

Merged
merged 2 commits into from
Mar 15, 2023

Conversation

nothendev
Copy link
Contributor

@nothendev nothendev commented Feb 22, 2023

Instead the gradle plugin would use compileKotlinJvm.
This is a temporary fix, but in the short-term, it would make the gradle plugin compatible with Multiplatform.

📝 Description

Fix of a Gradle error, that when running with Multiplatform, the Gradle plugin cannot find a task named "compileKotlin", which does not exist in a Multiplatform context.

🔗 Related Issues

#1139
#876

Instead the gradle plugin would use compileKotlinJvm
…iagroup/graphql/plugin/gradle/GraphQLGradlePlugin.kt
@samuelAndalon samuelAndalon merged commit 9e92cd8 into ExpediaGroup:master Mar 15, 2023
@dariuszkuc
Copy link
Collaborator

Thanks @nothendev !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants