Skip to content

Commit e4e44e2

Browse files
authored
Bump hot reload version to 1.0.0-rc03 (#5477)
Bump hot reload version to 1.0.0-rc03 Fixes: JetBrains/compose-hot-reload#96, [CMP-9248](https://youtrack.jetbrains.com/issue/CMP-9248) ## Release Notes ### Fixes - Desktop - _(prerelease fix)_ Fixed "[Unable to create run task 'jvmDesktopRun'](JetBrains/compose-hot-reload#96)" - _(prerelease fix)_ Fixed "[Cannot find a Java installation on your machine](https://youtrack.jetbrains.com/issue/CMP-9248)"
1 parent 9e527f6 commit e4e44e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-plugins/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugin-android = "8.10.1"
66
shadow-jar = "8.1.1"
77
publish-plugin = "1.2.1"
88
# we use "prefer" here for the strategy: "explicitly specified hot reload plugin always wins".
9-
plugin-hot-reload = { prefer = "1.0.0-rc02" }
9+
plugin-hot-reload = { prefer = "1.0.0-rc03" }
1010

1111
[libraries]
1212
download-task = { module = "de.undercouch:gradle-download-task", version.ref = "gradle-download-plugin" }

0 commit comments

Comments
 (0)