Closed RameshKanuganti closed 5 years ago
No signature of method: org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeCompilation.outputKinds() is applicable for argument types: (String) values: [FRAMEWORK]
This is not kgql error, but your configuration. Check out the document here https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#building-final-native-binaries
Can i have a link/example of working kgql with graphql on kotlin MPP
Sorry there is no example right now. README is the only source. I have one outdated repository though.
Hi
While I'm trying to integrate the kgql in Kotlin MPP, it's throwing the following error
No signature of method: org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeCompilation.outputKinds() is applicable for argument types: (String) values: [FRAMEWORK]
Following is my Shared-Module build.gradle file
// Can i have a link/example of working kgql with graphql on kotlin MPP