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

Introduce kotlinx-serialization-bom #1356

Merged
merged 1 commit into from
Mar 3, 2021
Merged

Introduce kotlinx-serialization-bom #1356

merged 1 commit into from
Mar 3, 2021

Conversation

qwwdfsad
Copy link
Collaborator

@qwwdfsad qwwdfsad commented Mar 3, 2021

Fixes #1220

@qwwdfsad qwwdfsad requested a review from sandwwraith March 3, 2021 11:21
// (e.g. on linux it will include only linuxx64 artifacts and no macosx64)
// It shouldn't be a problem as usually consumers need to use generic *-native artifact
// Gradle will choose correct variant by using metadata attributes
if (it.artifacts.any { it.extension == 'klib' }) return
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it cause problems for js ir?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BOM is meaningful only for the JVM platform right now

@qwwdfsad qwwdfsad merged commit 5d0c86c into dev Mar 3, 2021
@qwwdfsad qwwdfsad deleted the bom-module branch March 3, 2021 15:10
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