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