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

Unmaintained dependencies #18

Closed bjonnh closed 3 years ago

bjonnh commented 4 years ago

I get the warning: warning workspace-aggregator-6ad3d204-022c-4712-bd57-40e22af0df44 > plotly.kt-plotlykt-core > text-encoding@0.7.0: no longer maintained

not sure if it is important or not.

altavir commented 4 years ago

It is an issue from kotlinx-io: https://github.com/Kotlin/kotlinx-io/issues/57. I had to manually add dependency to make it work. I will leave it here to track.

Actually, we do not use io right now, all serialization is done via ktor. I will consider removing it.

altavir commented 4 years ago

Probably won't fix since there are more those warnings from the upstream each month.