We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28ada9 commit c49871cCopy full SHA for c49871c
Writerside/topics/getting-started.md
@@ -53,6 +53,12 @@ apolloExecution {
53
> Apollo Kotlin Execution requires Java 17
54
{style=note}
55
56
+Disable KSP for tests ([doc](https://kotlinlang.org/docs/ksp-multiplatform.html#avoid-the-ksp-configuration-on-ksp-1-0-1)):
57
+
58
+```
59
+ksp.allow.all.target.configuration=false
60
61
62
## Define your root query
63
64
Write your root query class in a `Query.kt` file:
0 commit comments