Skip to content

Some dependency issues migrating to 3.0.0 #77

@breandan

Description

@breandan

After updating to 3.0.0, I encountered the following error:

Cannot access class 'jetbrains.datalore.vis.svgToString.SvgToString'. Check your module classpath for missing or conflicting dependencies

After reading the dev docs, I added this dependency:

implementation("org.jetbrains.lets-plot:lets-plot-jfx:2.0.3")

This did not work due the following error:

Could not find org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2.

Then I added this dependency:

implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.3")

And everything worked again.

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