osiris
osiris copied to clipboard
Replace use of Java types with Kotlin where possible
- 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.