Skip to content

Commit c6567ee

Browse files
committed
Update compose to 1.8.2 and Kotlin to 2.2.20-Beta1
1 parent 1b608ef commit c6567ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composeApp/src/wasmJsMain/kotlin/love/forte/simbot/codegen/gen/view/GradleSettingsView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ operator fun LoadingCounter.dec(): LoadingCounter = apply { removeLoading() }
6868
* Composable function to display the view for configuring Gradle project settings.
6969
*
7070
* This view allows users to manage settings related to a*/
71-
@OptIn(ExperimentalMaterial3Api::class, ExperimentalFoundationApi::class)
71+
@OptIn(ExperimentalMaterial3Api::class)
7272
@Composable
7373
fun GradleSettingsView(
7474
projectViewModel: GradleProjectViewModel = viewModel { GradleProjectViewModel() },

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
androidx-lifecycle = "2.9.0"
3-
compose-plugin = "1.8.1"
3+
compose-plugin = "1.8.2"
44
junit = "4.13.2"
5-
kotlin = "2.1.20"
6-
kotlin-coroutine = "1.9.0"
7-
kotlin-serialization = "1.7.3"
5+
kotlin = "2.2.20-Beta1"
6+
kotlin-coroutine = "1.10.2"
7+
kotlin-serialization = "1.9.0"
88

99
kotlinpoet = "1.19.0-KMP-SNAPSHOT"
1010

0 commit comments

Comments
 (0)