Skip to content

Commit

Permalink
kotlin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mskacelik committed Jan 30, 2025
1 parent af9b182 commit fbc2c78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/kotlin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SmallRye Graphql in Kotlin

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.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ nav:
- Custom scalars: 'custom-scalar.md'
- Inspecting executable directives: 'inspecting-executable-directives-on-server-side.md'
- Namespaces: 'namespaces-on-server-side.md'
- Kotlin support: 'kotlin.md'
- Typesafe client:
- Basic usage: 'typesafe-client-usage.md'
- Unions and Interfaces: 'typesafe-client-unions-and-interfaces.md'
Expand Down

0 comments on commit fbc2c78

Please sign in to comment.