generated from lordcodes/template-kotlin-jvm-library
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
type:enhancementNew feature or requestNew feature or request
Description
Describe the problem
I wonder how hard it would be to move turtle to become a Kotlin multiplatform library.
The JVM is fine but a Kotlin native executable is faster and a node js script is easier to distribute.
Describe your solution
If it depends only on File and ProcessBuilder it's probably doable to have an abstraction over those Java APIs to leverage equivalent on Node.js and Native
Checklist
- I've read the guide for contributing.
- I've checked there are no other open pull requests for the feature.
- I've checked there are no other open issues for the same feature.
Additional context
I did something like that for https://github.com/jmfayard/kotlin-cli-starter
russellbanks and hpehl
Metadata
Metadata
Assignees
Labels
type:enhancementNew feature or requestNew feature or request