kotlin-csv icon indicating copy to clipboard operation
kotlin-csv copied to clipboard

Port to use kotlinx-io

Open gsteckman opened this issue 9 months ago • 3 comments

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.

gsteckman avatar Feb 13 '25 04:02 gsteckman

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?

gsteckman avatar Feb 13 '25 04:02 gsteckman

waiting for this to merge 👀

theapache64 avatar Mar 27 '25 00:03 theapache64

@jsoizo Hi. Are there any news on this PR?

Monabr avatar Apr 15 '25 23:04 Monabr