Hexworks / zircon

Zircon is an extensible and user-friendly, multiplatform tile engine.
https://hexworks.org/projects/zircon/
Apache License 2.0
755 stars 138 forks source link

Remove Java code from the core module #418

Open adam-arold opened 2 years ago

adam-arold commented 2 years ago

This is a prerequisite for making Zircon truly multi-platform. All code in the jvmMain module needs to be reviewed and either needs to go to commonMain to the platform package or should be left there if it is only for jvm (File handling for example).