Skip to content

Commit c49871c

Browse files
authored
Update getting-started.md
1 parent b28ada9 commit c49871c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Writerside/topics/getting-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ apolloExecution {
5353
> Apollo Kotlin Execution requires Java 17
5454
{style=note}
5555

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+
5662
## Define your root query
5763

5864
Write your root query class in a `Query.kt` file:

0 commit comments

Comments
 (0)