jpd236 / kotwords

Collection of crossword puzzle file format converters and other utilities, written in Kotlin.
Apache License 2.0
25 stars 6 forks source link

Migrate from kotlinx-io to ktor-io. #6

Closed jpd236 closed 3 years ago

jpd236 commented 3 years ago

kotlinx-io development seems to have been frozen for a while, though it might resume in the future; ktor-io is the current active development target. The main alternative, okio, doesn't support non-UTF-8 charsets in Javascript, as are needed for Across Lite encoding/decoding.