File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
shared/src/jvmMain/kotlin/org/jetbrains/kotlinconf Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ android-targetSdk = "36"
88androidx-activityCompose = " 1.11.0"
99androidx-core-ktx = " 1.17.0"
1010androidx-core-splashscreen = " 1.0.1"
11- androidx-lifecycle = " 2.10.0+dev3105 "
11+ androidx-lifecycle = " 2.10.0-alpha03 "
1212androidx-navigation = " 2.9.0"
1313androidx-preference = " 1.2.1"
1414coil = " 3.3.0"
1515compose-android = " 1.9.0"
16- compose-hot-reload = " 1.0.0-beta09 "
17- compose-multiplatform = " 1.10.0+dev3105 "
16+ compose-hot-reload = " 1.0.0-rc02 "
17+ compose-multiplatform = " 1.10.0-alpha03 "
1818coroutines = " 1.10.2"
1919doistx-normalize = " 1.2.0"
2020exposed = " 0.61.0"
@@ -34,7 +34,7 @@ markdown = "0.37.0"
3434multiplatform-settings = " 1.3.0"
3535postgresql = " 42.7.7"
3636slf4jNop = " 2.0.17"
37- nav3Core = " 1.0.0+dev3105 "
37+ nav3Core = " 1.0.0-alpha03 "
3838
3939[libraries ]
4040aboutlibraries-core = { module = " com.mikepenz:aboutlibraries-core" , version.ref = " aboutlibraries" }
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ fun main() {
4040 onCloseRequest = ::exitApplication,
4141 title = stringResource(Res .string.app_name),
4242 alwaysOnTop = true ,
43- state = rememberWindowState(width = 600 .dp, height = 800 .dp),
43+ state = rememberWindowState(width = 1024 .dp, height = 768 .dp),
4444 ) {
4545 App ()
4646 }
You can’t perform that action at this time.
0 commit comments