File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
composeApp/src/wasmJsMain/kotlin/love/forte/simbot/codegen/gen/view Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
7373fun GradleSettingsView (
7474 projectViewModel : GradleProjectViewModel = viewModel { GradleProjectViewModel () },
Original file line number Diff line number Diff line change 11[versions ]
22androidx-lifecycle = " 2.9.0"
3- compose-plugin = " 1.8.1 "
3+ compose-plugin = " 1.8.2 "
44junit = " 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
99kotlinpoet = " 1.19.0-KMP-SNAPSHOT"
1010
You can’t perform that action at this time.
0 commit comments