JetBrains / lets-plot-kotlin

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

Missing module-info.java #56

Open bjonnh opened 3 years ago

bjonnh commented 3 years ago

Is it possible to add a module-info.java so the library can be used in modular applications (without plugins)?

alshan commented 3 years ago

I guess we can try. Will this require modularization of dependency JARs like lets-plot-common?

icuxika commented 3 years ago

Is it possible to add a module-info.java so the library can be used in modular applications (without plugins)?

Could you tell me how to use it in modular javafx application with some plugins?