We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Dependencies section on the Getting Started page here: https://koalaplot.github.io/docs/getting-started/
Displays
implementation(compose.ui)
As the line needed to be added in order to bring KoalaPlot in as a dependency, but it should be:
implementation("io.github.koalaplot:koalaplot-core:0.6.0-dev4")
instead
This is because the following line is incorrect in the Getting Started/_index.md file: {{% code "/examples/build.gradle.kts" 29 29 %}}
{{% code "/examples/build.gradle.kts" 29 29 %}}
The text was updated successfully, but these errors were encountered:
KoalaPlot#1 - Fix dependencies section in Getting Started page
8b0f225
Successfully merging a pull request may close this issue.
The Dependencies section on the Getting Started page here: https://koalaplot.github.io/docs/getting-started/
Displays
As the line needed to be added in order to bring KoalaPlot in as a dependency, but it should be:
implementation("io.github.koalaplot:koalaplot-core:0.6.0-dev4")
instead
This is because the following line is incorrect in the Getting Started/_index.md file:
{{% code "/examples/build.gradle.kts" 29 29 %}}
The text was updated successfully, but these errors were encountered: