Skip to content
New issue

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

Dependencies section on Getting Started page displays incorrect line #1

Open
tylerlowrey opened this issue Jul 31, 2024 · 0 comments · May be fixed by #2
Open

Dependencies section on Getting Started page displays incorrect line #1

tylerlowrey opened this issue Jul 31, 2024 · 0 comments · May be fixed by #2

Comments

@tylerlowrey
Copy link

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 %}}

tylerlowrey added a commit to tylerlowrey/koalaplot.github.io that referenced this issue Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant