SciProgCentre / plotly.kt

An interactive Kotlin wrapper for plotly visualization tools
https://sciprogcentre.github.io/plotly.kt/
Apache License 2.0
149 stars 21 forks source link

Flatten package structure to allow simpler star imports #31

Closed altavir closed 4 years ago

altavir commented 4 years ago

Leave root scientifik.plotly package for core functionality, flatten the rest inside scientifik.plotly.models package.

Some additional functionality like geoscape could have its own packages.