WaveBeans / wavebeans

Audio Processing. On scale.
https://wavebeans.io
Apache License 2.0
24 stars 0 forks source link

Serialization should be the part of `exe` project #29

Open asubb opened 4 years ago

asubb commented 4 years ago

Currently kotlinx.serialization.* dependency and all actual serialization are in lib project which is not correct as that required by exe project only. Need to move that dependency and research a way to keep serialization consistent between lib and exe projects.