File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
PeopleInSpaceSwiftUI/PeopleInSpaceSwiftUI
common/src/iOSMain/kotlin/com/surrus/common/ui Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ struct ISSPositionContentViewController: UIViewControllerRepresentable {
2222 let viewModel : ISSPositionViewModel
2323
2424 func makeUIViewController( context: Context ) -> UIViewController {
25- SharedViewControllers ( ) . ISSPositionContentViewController (
25+ SharedViewControllersKt . ISSPositionContentViewController (
2626 viewModel: viewModel,
2727 nativeViewFactory: iOSNativeViewFactory. shared
2828 )
Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ val LocalNativeViewFactory = staticCompositionLocalOf<NativeViewFactory> {
1010 error(" LocalNativeViewFactory not provided" )
1111}
1212
13- object SharedViewControllers {
14- fun ISSPositionContentViewController (viewModel : ISSPositionViewModel , nativeViewFactory : NativeViewFactory ) = ComposeUIViewController {
15- CompositionLocalProvider (LocalNativeViewFactory provides nativeViewFactory) {
16- ISSPositionContent (viewModel)
17- }
13+
14+ fun ISSPositionContentViewController (viewModel : ISSPositionViewModel , nativeViewFactory : NativeViewFactory ) = ComposeUIViewController {
15+ CompositionLocalProvider (LocalNativeViewFactory provides nativeViewFactory) {
16+ ISSPositionContent (viewModel)
1817 }
19- }
18+ }
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.1.0"
3- ksp = " 2.1.0-1.0.28 "
3+ ksp = " 2.1.0-1.0.29 "
44
55compose-multiplatform = " 1.7.3"
66composeUiTooling = " 1.4.0"
@@ -37,7 +37,7 @@ kermit = "2.0.5"
3737
3838gradleVersionsPlugin = " 0.51.0"
3939shadowPlugin = " 7.1.2"
40- skie = " 0.9.5 "
40+ skie = " 0.10.0 "
4141
4242minSdk = " 24"
4343compileSdk = " 35"
You can’t perform that action at this time.
0 commit comments