Skip to content

Commit ecdd7fa

Browse files
committed
small doc fix for missing dependency for OpenAPI
1 parent 50fa7d7 commit ecdd7fa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/StardustDocs/topics/gradle.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,13 @@ that can be returned from or supplied to the API. Why should we reinvent the whe
122122
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
123123
get enums, correct inheritance and overall better type safety.
124124

125-
OpenAPI type schema's can be generated using both methods described above:
125+
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:
126132

127133
```kotlin
128134
@file:ImportDataSchema(

0 commit comments

Comments
 (0)