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 c6121a2 commit 9e5e154Copy full SHA for 9e5e154
docs/StardustDocs/topics/gettingStartedGradleAdvanced.md
@@ -171,15 +171,15 @@ dependencies {
171
172
</tabs>
173
174
-<warning>
+<note>
175
`dataframe-json` is included with `dataframe-csv` and `dataframe-excel` by default. This is to interact with
176
JSON structures inside CSV and Excel files. If you don't need this functionality, you can exclude it like:
177
```kts
178
implementation("org.jetbrains.kotlinx:dataframe-csv:%dataFrameVersion%") {
179
exclude("org.jetbrains.kotlinx", "dataframe-json")
180
}
181
```
182
-</warning>
+</note>
183
184
#### Linter configuration
185
0 commit comments