Skip to content

Add module-info.java to JVM artifact #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
OptimumCode opened this issue Jul 14, 2023 · 0 comments · May be fixed by #242
Open

Add module-info.java to JVM artifact #5

OptimumCode opened this issue Jul 14, 2023 · 0 comments · May be fixed by #242
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@OptimumCode
Copy link
Owner

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;
}
@OptimumCode OptimumCode added enhancement New feature or request help wanted Extra attention is needed labels Jul 14, 2023
@OptimumCode OptimumCode self-assigned this Jul 14, 2023
@OptimumCode OptimumCode moved this from 🆕 New to 📋 Backlog in Multi-platform JSON schema validator Jan 1, 2024
@OptimumCode OptimumCode linked a pull request Jan 22, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: 📋 Backlog
Development

Successfully merging a pull request may close this issue.

1 participant