Skip to content

Conversation

pjBooms
Copy link
Collaborator

@pjBooms pjBooms commented Oct 3, 2025

Compose Hot Reload Gradle plugin are bundled into the Compose Gradle plugin.

Fixes CMP-8885

Testing

Integration tests added

This should be tested by QA

Release Notes

Highlights - Multiple Platforms

  • Compose Hot Reload Gradle plugin is bundled with Compose Gradle plugin (non need to configure it separately)

@pjBooms pjBooms requested a review from sellmair October 3, 2025 15:49
@pjBooms pjBooms force-pushed the pjBooms/embed-compose-hot-reload-plugin branch from 2195620 to a800d3f Compare October 6, 2025 10:11
# A version of Gradle plugin, that will be published,
# unless overridden by COMPOSE_GRADLE_PLUGIN_VERSION env var.
deploy.version=9999.0.0-SNAPSHOT
hotreload.version=1.0.0-beta08
Copy link
Member

Choose a reason for hiding this comment

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

I guess Ii's supposed to be configured on CI, here is the place only for some placeholder

cc @igordmn

Copy link
Collaborator

Choose a reason for hiding this comment

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

It is better to configure it only here, not on CI.

Because it is a dependency version, not a version of the building component.

Copy link
Collaborator

Choose a reason for hiding this comment

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

It is usually better to define such versions in lib.versions.toml, not in gradle.properties

}
}
}
jvmToolchain {
Copy link
Member

Choose a reason for hiding this comment

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

It seems it will require JDK 11 to be installed that won't be a case on CI soon.
I'd suggest approach like here - 51a87ca

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.

3 participants