osiris icon indicating copy to clipboard operation
osiris copied to clipboard

Replace use of Java types with Kotlin where possible

Open cjkent opened this issue 7 years ago • 0 comments

  • Regex
  • JSON serialisation

Regex should be simple, there are already Kotlin types for that.

JSON might be harder. Would probably need a multi-platform project with the JSON interfaces and platform-specific projects with the JSON implementations.

cjkent avatar Nov 29 '17 14:11 cjkent