v0.2
- The tool now runs on Node
- Published on https://www.npmjs.com/package/kotlin-cli-starter
- Install with
npm install -g kotlin-cli-starter
- Use okio multiplatfor for reading and writing files
- Setup sourceSets for POSIX
- Simplify usage of zsh/bash/fish auto-completions
- ktor-client was removed because of msys2/MINGW-packages#8469 and because it requires the IR JS backend which is not supported by CliKt
- https://github.com/casey/just is used to simplify the developer workflow. See the
justfile