Bump all dependencies to the latest and add Copilot instructions, iterating with snapshot dependencies#63
Conversation
…e project version to be specific about Kotlin 2.1.0
…cies and library dependencies) to resolve
…xplicit "kotlin-2.1.0" in the library and project versions
See "Kotlin 2.1 is required for all platforms including JVM" in https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.9.0. A `org.jetbrains.kotlin.util.FileAnalysisException` persists.
…sing Copilot without success
…sing Copilot again without a different model without success
This reverts commit be95590.
…arding Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
…s after dev branch merge Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
…undant Kobweb mention Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
…mon project Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
…ction Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
…fic details Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
…man developers Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
> Execution failed for task ':compose-multiplatform-html-unified-demo:checkDebugAarMetadata'.
It's no longer needed, and it causes the build to fail for the similar Kotlin 2.2.20 reason.
…grading-to-kotlin-2.2.10' into dev
…`applyDefaultHierarchyTemplate`, which was unnoticed and didn't cause much trouble
|
Confirmed that the demo runs on JVM (`run`), JS (`jsBrowserDevelopmentRun`), and Android (with Android Studio) targets. `wasmJsBrowserDevelopmentRun` fails with not enough heap space.
…/compose-html-material#18 The Material 3 page works with the changes. The Material 2 page stopped working likely due to KMDC's incompatible Kotlin or Compose version. No noticeable size drop in the `app.js` produced by `jsBrowserDistribution`.
…o ES2015
Current failure:
```
* What went wrong:
Execution failed for task ':compose-multiplatform-html-unified-demo:jsBrowserProductionWebpack'.
> assets by status 8.48 MiB [cached] 12 assets
orphan modules 5.1 MiB [orphan] 326 modules
runtime modules 2.59 KiB 8 modules
cacheable modules 6.77 MiB (javascript) 5.42 MiB (asset)
javascript modules 6.77 MiB
modules with warnings 6.75 MiB [true warnings] 17 modules
modules by path ../../node_modules/style-loader/dist/runtime/*.js 5.84 KiB 6 modules
modules by path ../../node_modules/css-loader/dist/runtime/*.js 3.33 KiB 3 modules
../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/material-symbols/outlined.css 2.35 KiB [built] [code generated]
../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/material-icons/iconfont/material-icons.css 10.6 KiB [built] [code generated]
asset modules 5.42 MiB (asset) 462 bytes (javascript)
modules by path ../../node_modules/material-icons/iconfont/*.woff2 790 KiB (asset) 210 bytes (javascript) 5 modules
modules by path ../../node_modules/material-icons/iconfont/*.woff 1 MiB (asset) 210 bytes (javascript)
../../node_modules/material-icons/iconfont/material-icons.woff 161 KiB (asset) 42 bytes (javascript) [built] [code generated]
+ 4 modules
../../node_modules/material-symbols/material-symbols-outlined.woff2 3.65 MiB (asset) 42 bytes (javascript) [built] [code generated]
webpack 5.101.3 compiled with 1 error and 155 warnings in 12930 ms
```
…y and the underlying KMDC library's incompatible Kotlin and Compose versions The `:compose-multiplatform-html-unified-demo:jsBrowserProductionWebpack` failure as mentioned in the previous commit is now fixed.
The size of the output app.js dropped from 1.2 MB to 1.1 MB.
…use it's only needed in the app project The `app.js` bundle size is still the reduced one 1.1 MiB after this change.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



resolves #26