JetBrains / lets-plot-kotlin

Grammar of Graphics for Kotlin
https://lets-plot.org/kotlin/
MIT License
430 stars 36 forks source link

Import "lets-plot-common" transitively #78

Closed alshan closed 3 years ago

alshan commented 3 years ago

"lets-plot-kotlin-jvm" should import "lets-plot-common".

And remove dependency on "lets-plot-common" from "lets-plot-batik" and "lets-plot-jfx".

Related to #77