Skip to content

Dependencies section on Getting Started page displays incorrect line #1

@tylerlowrey

Description

@tylerlowrey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions