Skip to content

Add module-info.java to JVM artifact #5

Open
@OptimumCode

Description

@OptimumCode

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 requesthelp wantedExtra attention is needed

Projects

Status

📋 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions