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

Wasm compatiblity #940

Merged
merged 4 commits into from
Dec 17, 2023
Merged

Wasm compatiblity #940

merged 4 commits into from
Dec 17, 2023

Conversation

mikepenz
Copy link
Owner

  • add wasm module
  • force wasm for library
  • prepare sample app for wasm
  • setup functional compose wasm sample app
  • update gradle build version to 8.1.4
  • update kotlin to 1.9.21
  • update kotlinxCollections to 0.3.7 (with wasm)
  • update compose compiler version and composeJb to version with wasm
  • add wasm experimental flag

- add wasm module
- force wasm for library
- prepare sample app for wasm
- update kotlin to 1.9.21
- update kotlinxCollections to 0.3.7 (with wasm)
- update compose compiler version and composeJb to version with wasm
- add wasm experimental flag
@@ -5,30 +5,30 @@ coreMinSdk = "19"
minSdk = "21"
targetSdk = "34"
# build
gradleBuild = "8.1.2"
gradleBuild = "8.1.4"

Choose a reason for hiding this comment

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

⚠️ A newer version of com.android.tools.build:gradle than 8.1.4 is available: 8.2.0

@mikepenz mikepenz merged commit 27b6be0 into develop Dec 17, 2023
3 checks passed
@mikepenz mikepenz deleted the feature/explore_wasm_compatiblity branch December 17, 2023 20:23
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.

None yet

1 participant