File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
tests/src/reloadFunctionalTest/resources/projects/UIClassLoaderTest Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 33# ###########
44# Version used for publications
55# Will be bumped only right before release
6- version =1.1.0-alpha+189
6+ version =1.1.0-alpha05
77# Version used to bootstrap the repo
88# Mostly the same as the 'version'.
99bootstrap.version =1.1.0-alpha+189
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ kotlin {
1818 jvm()
1919
2020 sourceSets.jvmMain.dependencies {
21- implementation(" org.jetbrains.compose.hot-reload:runtime-api:1.1.0-alpha+189 " )
21+ implementation(" org.jetbrains.compose.hot-reload:runtime-api:1.1.0-alpha05 " )
2222 implementation(compose.runtime)
2323 }
2424
Original file line number Diff line number Diff line change 55
66pluginManagement {
77 plugins {
8- id(" org.jetbrains.compose.hot-reload" ) version " 1.1.0-alpha+189 "
9- id(" org.jetbrains.compose.hot-reload.test" ) version " 1.1.0-alpha+189 "
8+ id(" org.jetbrains.compose.hot-reload" ) version " 1.1.0-alpha05 "
9+ id(" org.jetbrains.compose.hot-reload.test" ) version " 1.1.0-alpha05 "
1010 }
1111
1212 repositories {
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ kotlin {
1515 jvmToolchain(21 )
1616
1717 sourceSets.commonMain.dependencies {
18- implementation(" org.jetbrains.compose.hot-reload:hot-reload-core:1.1.0-alpha+189 " )
19- implementation(" org.jetbrains.compose.hot-reload:hot-reload-analysis:1.1.0-alpha+189 " )
18+ implementation(" org.jetbrains.compose.hot-reload:hot-reload-core:1.1.0-alpha05 " )
19+ implementation(" org.jetbrains.compose.hot-reload:hot-reload-analysis:1.1.0-alpha05 " )
2020
2121 implementation(" io.sellmair:evas:1.2.0" )
2222 implementation(" io.sellmair:evas-compose:1.2.0" )
Original file line number Diff line number Diff line change 55
66pluginManagement {
77 plugins {
8- id(" org.jetbrains.compose.hot-reload" ) version " 1.1.0-alpha+189 "
8+ id(" org.jetbrains.compose.hot-reload" ) version " 1.1.0-alpha05 "
99 }
1010
1111 repositories {
@@ -23,7 +23,7 @@ pluginManagement {
2323}
2424
2525plugins {
26- id(" org.jetbrains.compose.hot-reload.test.jbr-resolver-convention" ) version " 1.1.0-alpha+189 "
26+ id(" org.jetbrains.compose.hot-reload.test.jbr-resolver-convention" ) version " 1.1.0-alpha05 "
2727}
2828
2929dependencyResolutionManagement {
Original file line number Diff line number Diff line change 55
66pluginManagement {
77 plugins {
8- id(" org.jetbrains.compose.hot-reload" ) version " 1.1.0-alpha+189 "
8+ id(" org.jetbrains.compose.hot-reload" ) version " 1.1.0-alpha05 "
99 }
1010
1111 repositories {
@@ -23,7 +23,7 @@ pluginManagement {
2323}
2424
2525plugins {
26- id(" org.jetbrains.compose.hot-reload.test.jbr-resolver-convention" ) version " 1.1.0-alpha+189 "
26+ id(" org.jetbrains.compose.hot-reload.test.jbr-resolver-convention" ) version " 1.1.0-alpha05 "
2727}
2828
2929dependencyResolutionManagement {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pluginManagement {
2121 kotlin(" jvm" ) version " 2.2.21"
2222 kotlin(" plugin.compose" ) version " 2.2.21"
2323 id(" org.jetbrains.compose" ) version " 1.9.0"
24- id(" org.jetbrains.compose.hot-reload" ) version " 1.1.0-alpha+189 "
24+ id(" org.jetbrains.compose.hot-reload" ) version " 1.1.0-alpha05 "
2525 }
2626}
2727
You can’t perform that action at this time.
0 commit comments