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

Update for k/wasm #4009

Merged
merged 16 commits into from
Dec 8, 2023
Merged

Update for k/wasm #4009

merged 16 commits into from
Dec 8, 2023

Conversation

eymar
Copy link
Collaborator

@eymar eymar commented Dec 6, 2023

This a comanion PR to JetBrains/compose-multiplatform-core#914

Resources lib doesn't contain k/wasm target yet. It will be added in a separate PR

html/gradle.properties Outdated Show resolved Hide resolved
@@ -77,25 +77,25 @@ class DesktopApplicationTest : GradlePluginTestBase() {
@Test
fun testSettingLatestCompiler() = testProject(
TestProjects.customCompiler, defaultTestEnvironment.copy(
kotlinVersion = "1.7.20",
Copy link
Collaborator Author

@eymar eymar Dec 6, 2023

Choose a reason for hiding this comment

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

Our compose-core is built using 1.9.21. Its metadata version is 1.9.x
Kotlin 1.7.x used in these tests failed with an error about medata version mismatch.

Therefore, I updated kotlin versions here.

@@ -12,16 +12,16 @@ import org.junit.jupiter.api.Test

class KotlinCompatibilityTest : GradlePluginTestBase() {
@Test
fun testKotlinMpp_1_7_10() = testMpp("1.7.10")
fun testKotlinMpp_1_9_10() = testMpp("1.9.10")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

older kotlin/js versions don't support libs build with 1.9.x, therefore an update here was necessary

@eymar eymar requested a review from terrakok December 6, 2023 15:55
@eymar eymar merged commit 93b5134 into master Dec 8, 2023
6 checks passed
@eymar eymar deleted the update_for_kwasm branch December 8, 2023 17:01
@eymar eymar mentioned this pull request Feb 28, 2024
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

1 participant