Somewhat of a follow up from #4201, though this has been a problem for a long time.
Basically all of the IOApps are very similar (especially JVM and Native), with just a few differences sprinkled throughout, some different documentation, and a few platform-specific APIs. We should try really hard to consolidate the actual code if we can because it's starting to get hard to maintain, especially between JVM and Native.
Somewhat of a follow up from #4201, though this has been a problem for a long time.
Basically all of the
IOApps are very similar (especially JVM and Native), with just a few differences sprinkled throughout, some different documentation, and a few platform-specific APIs. We should try really hard to consolidate the actual code if we can because it's starting to get hard to maintain, especially between JVM and Native.