Now it's interface with the direct implementation in io.spine.logging.jvm.MetadataKey class. Presumably, the class could be made platform-neutral.
The dependency the MetadataKey class has is io.spine.logging.jvm.backend.Platform. This could be solved using expect/actual mechanism for the Platform class.
Now it's interface with the direct implementation in
io.spine.logging.jvm.MetadataKeyclass. Presumably, the class could be made platform-neutral.The dependency the
MetadataKeyclass has isio.spine.logging.jvm.backend.Platform. This could be solved usingexpect/actualmechanism for thePlatformclass.