kotlin-csv
kotlin-csv copied to clipboard
Port to use kotlinx-io
Implemented #157, #133. Converted all java io usage to kotlinx-io and moved all code to commonMain, except tests that required reading files (additional tests may still be able to be moved to commonTest). This should make it easier to also support #151 and #15 in the future by adding appropriate build targets.
The build is failing when trying to upload the coverage report to Codecov. It looks like a missing token. Do you have the secret CODECOV_TOKEN set?
waiting for this to merge 👀
@jsoizo Hi. Are there any news on this PR?