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

Compose 1.5.4 (mp 1.5.10) | wasm target for core module | Kotlin 1.9.20 #932

Merged
merged 2 commits into from
Nov 4, 2023

Conversation

mikepenz
Copy link
Owner

@mikepenz mikepenz commented Nov 4, 2023

  • upgrade to gradle 8.4
  • upgrade to kotlin 1.9.20
  • upgrade to compose 1.5.4, compose multiplatform 1.5.10
  • update to kotlinx collections 0.3.6
  • update to navigation 2.7.5, rv 1.3.2, material 1.10.0, okhttp 4.12.0
  • introduce wasm target for core module

- upgrade to compose 1.5.4, compose multiplatform 1.5.10
- update to kotlinx collections 0.3.6
- update to navigation 2.7.5, rv 1.3.2, material 1.10.0, okhttp 4.12.0
- introduce wasm target for `core` module
val wasmJsMain by getting {
dependsOn(multiplatformMain)
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1-wasm1")
Copy link

Choose a reason for hiding this comment

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

⚠️ Use version catalog instead (org.jetbrains.kotlinx:kotlinx-serialization-json is already available as kotlinx-serialization, but using version 1.6.0 instead)

@mikepenz mikepenz merged commit 2f81d2d into develop Nov 4, 2023
3 checks passed
@mikepenz mikepenz deleted the feature/dependency_upgrades_20231104 branch November 4, 2023 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant