Skip to content

Commit a2cc01d

Browse files
mskacelikjmartisk
authored andcommitted
kotlin docs
1 parent da9bf61 commit a2cc01d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/kotlin.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SmallRye Graphql in Kotlin
2+
3+
When working with SmallRye GraphQL in Kotlin, it is very important to use the `-Xemit-jvm-type-annotations` flag for the Kotlin compiler. This flag is important to generate the necessary annotations for reflection to work properly. The flag is supported as of Kotlin 1.3.70.

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ nav:
1515
- Custom scalars: 'custom-scalar.md'
1616
- Inspecting executable directives: 'inspecting-executable-directives-on-server-side.md'
1717
- Namespaces: 'namespaces-on-server-side.md'
18+
- Kotlin support: 'kotlin.md'
1819
- Typesafe client:
1920
- Basic usage: 'typesafe-client-usage.md'
2021
- Unions and Interfaces: 'typesafe-client-unions-and-interfaces.md'

0 commit comments

Comments
 (0)