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 50fa7d7 commit ecdd7faCopy full SHA for ecdd7fa
docs/StardustDocs/topics/gradle.md
@@ -122,7 +122,13 @@ that can be returned from or supplied to the API. Why should we reinvent the whe
122
when we can use the one provided by the API? Not only will we now get the proper names of the types, but we will also
123
get enums, correct inheritance and overall better type safety.
124
125
-OpenAPI type schema's can be generated using both methods described above:
+First of all, you will need the extra dependency:
126
+
127
+```kts
128
+implementation("org.jetbrains.kotlinx:dataframe-openapi:$dataframe_version")
129
+```
130
131
+OpenAPI type schemas can be generated using both methods described above:
132
133
```kotlin
134
@file:ImportDataSchema(
0 commit comments