Update dependency org.jetbrains.compose.hot-reload to v1.1.1#35
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency org.jetbrains.compose.hot-reload to v1.1.1#35renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
4f1857b to
6a132ed
Compare
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.
This PR contains the following updates:
1.0.0→1.1.1Release Notes
JetBrains/compose-hot-reload (org.jetbrains.compose.hot-reload)
v1.1.1Release summary
It is a hotfix release for 1.1.0 that disables unsafe incremental compilation by default due to found compilation crash.
You may return to the previous behavior via setting
compose.reload.gradle.build.optimize.unsafeenvironment variable totrue, like:compose.reload.gradle.build.optimize.unsafe=true ./gradlew hotRunIt may significantly shorten reload/recompilation time, but unfortunately it has known
unsafeissues. So use it on your own risk.Gradle
5a42cf8Recompiler: Disable unsafe incremental compilation for multiplatform by defaultv1.1.0Release Summary
Compose Hot Reload 1.1.0 is here 🎉. Building on the stable foundation of 1.0.0, this release focuses on improving the developer experience and expanding compatibility.
Highlights include:
We remain committed to providing a stable and predictable experience going forward while continuing our efforts on improving the technology. Thanks again to everyone who provided feedback and contributed to this release 🙏.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.