Skip to content
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

Fix automatic module name #79

Closed
wants to merge 1 commit into from

Conversation

rsinukov
Copy link

@rsinukov rsinukov commented Jan 6, 2022

moduleName is a property inside KotlinCompilation which wins the resolution. This causes Automatic-Module-Name inside manifest to have a name of compilation, such as xmlutil-serialization_woodstoxTest. Inlining value fixes this issue.

Probably, a better solution would be to move this block from compilations.all {} to jvm {} scope. But I'm not sure if it can cause any unwanted side effects for the build.

`moduleName` is a property inside `KotlinCompilation` which wins the resolution. Inlining value fixes this issue
pdvrieze added a commit that referenced this pull request Jan 10, 2022
@rsinukov
Copy link
Author

rsinukov commented Jan 11, 2022

Hi @pdvrieze,
I see that you fixed this issue separately. I'm closing this PR.
Do you have any estimates on release or RC?

@rsinukov rsinukov closed this Jan 11, 2022
@rsinukov rsinukov deleted the fix-module-name branch January 11, 2022 10:43
@pdvrieze
Copy link
Owner

I will probably just do it soon. I am about to finish DOM support across all platforms.

pdvrieze added a commit that referenced this pull request Jan 11, 2022
Alternative fix to pull request #79.

(cherry picked from commit a541174)
@pdvrieze
Copy link
Owner

Just released 0.84.0 (with this fix)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants