Commit 9e92cd8
fix(gradle-plugin): compileKotlin does not exist in Multiplatform (#1681)
* fix(gradle-plugin): compileKotlin does not exist in Multiplatform
Instead the gradle plugin would use compileKotlinJvm
* Update plugins/graphql-kotlin-gradle-plugin/src/main/kotlin/com/expediagroup/graphql/plugin/gradle/GraphQLGradlePlugin.kt
---------
Co-authored-by: Dariusz Kuc <[email protected]>1 parent b078626 commit 9e92cd8
File tree
1 file changed
+6
-1
lines changed- plugins/graphql-kotlin-gradle-plugin/src/main/kotlin/com/expediagroup/graphql/plugin/gradle
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
| |||
0 commit comments