-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
It is required to add the module-info.java file into the JVM artifact in order to correctly work with the Java projects that use Java Platform Module System (JPMS).
module io.github.optimumcode.json {
requires transitive kotlin.stdlib;
requires transitive kotlinx.serialization.core;
requires kotlinx.serialization.json;
exports io.github.optimumcode.json.pointer;
exports io.github.optimumcode.json.schema;
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Projects
Status
📋 Backlog