tree-ware / tree-ware-kotlin-core

Apache License 2.0
1 stars 0 forks source link

Increase multi-platform code by replacing java.io #104

Closed deepak-nulu closed 1 year ago

deepak-nulu commented 2 years ago

tree-ware-kotlin-core currently uses java input/output streams and readers/writers (mainly for reading meta-model files and test files). These are JVM specific and not multi-platform. Migrate to ktor-io or Okio.

ktor-io is not ready yet. Okio is ready, recommended by kotlinx-io, and integrated into kotlinx.serialization.

deepak-nulu commented 1 year ago

Depends on #185