File tree 3 files changed +8
-9
lines changed
PeopleInSpaceSwiftUI/PeopleInSpaceSwiftUI
common/src/iOSMain/kotlin/com/surrus/common/ui
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ struct ISSPositionContentViewController: UIViewControllerRepresentable {
22
22
let viewModel : ISSPositionViewModel
23
23
24
24
func makeUIViewController( context: Context ) -> UIViewController {
25
- SharedViewControllers ( ) . ISSPositionContentViewController (
25
+ SharedViewControllersKt . ISSPositionContentViewController (
26
26
viewModel: viewModel,
27
27
nativeViewFactory: iOSNativeViewFactory. shared
28
28
)
Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ val LocalNativeViewFactory = staticCompositionLocalOf<NativeViewFactory> {
10
10
error(" LocalNativeViewFactory not provided" )
11
11
}
12
12
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)
18
17
}
19
- }
18
+ }
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 2.1.0"
3
- ksp = " 2.1.0-1.0.28 "
3
+ ksp = " 2.1.0-1.0.29 "
4
4
5
5
compose-multiplatform = " 1.7.3"
6
6
composeUiTooling = " 1.4.0"
@@ -37,7 +37,7 @@ kermit = "2.0.5"
37
37
38
38
gradleVersionsPlugin = " 0.51.0"
39
39
shadowPlugin = " 7.1.2"
40
- skie = " 0.9.5 "
40
+ skie = " 0.10.0 "
41
41
42
42
minSdk = " 24"
43
43
compileSdk = " 35"
You can’t perform that action at this time.
0 commit comments