Skip to content

Commit 455c035

Browse files
committed
some fixes
1 parent 7cfcd84 commit 455c035

File tree

9 files changed

+17
-40
lines changed

9 files changed

+17
-40
lines changed

iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@
8282
name = Frameworks;
8383
sourceTree = "<group>";
8484
};
85+
35E34EC229C5DE3C00ED7D75 /* Utils */ = {
86+
isa = PBXGroup;
87+
children = (
88+
35737204287F4AE00061F94C /* kotlinxCoroutinesFlowExtensions.swift */,
89+
3579B09A2883381700BD3B25 /* Once.swift */,
90+
35B1166D288EA34900FFC3C3 /* Color+init.swift */,
91+
3579B0A22885BD4E00BD3B25 /* LazyView.swift */,
92+
3579B09E28846FBE00BD3B25 /* Napier.swift */,
93+
3579B0982883380100BD3B25 /* UIColor+init.swift */,
94+
);
95+
path = Utils;
96+
sourceTree = "<group>";
97+
};
8598
7555FF72242A565900829871 = {
8699
isa = PBXGroup;
87100
children = (
@@ -103,25 +116,20 @@
103116
7555FF7D242A565900829871 /* iosApp */ = {
104117
isa = PBXGroup;
105118
children = (
119+
35E34EC229C5DE3C00ED7D75 /* Utils */,
106120
058557BA273AAA24004C7B11 /* Assets.xcassets */,
107121
7555FF82242A565900829871 /* ContentView.swift */,
108122
7555FF8C242A565B00829871 /* Info.plist */,
109123
2152FB032600AC8F00CF470E /* iOSApp.swift */,
110124
058557D7273AAEEB004C7B11 /* Preview Content */,
111-
35737204287F4AE00061F94C /* kotlinxCoroutinesFlowExtensions.swift */,
112125
3573720628813C6B0061F94C /* AppError+readableErrorMessage.swift */,
113126
3573720828813C930061F94C /* DIContainer+get.swift */,
114127
3579B0902883238D00BD3B25 /* GithubRepoItemsList.swift */,
115128
3579B092288323B900BD3B25 /* GithubRepoItemsFirstPage.swift */,
116129
3579B094288323DA00BD3B25 /* ErrorMessageAndButton.swift */,
117130
3579B096288323F800BD3B25 /* GithubEmptySearch.swift */,
118-
3579B0982883380100BD3B25 /* UIColor+init.swift */,
119-
3579B09A2883381700BD3B25 /* Once.swift */,
120131
3579B09C2883385600BD3B25 /* GithubRepoItemRow.swift */,
121-
3579B09E28846FBE00BD3B25 /* Napier.swift */,
122132
3579B0A02885BA4D00BD3B25 /* IOSGithubSearchViewModel.swift */,
123-
3579B0A22885BD4E00BD3B25 /* LazyView.swift */,
124-
35B1166D288EA34900FFC3C3 /* Color+init.swift */,
125133
);
126134
path = iosApp;
127135
sourceTree = "<group>";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

shared/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ kotlin {
3333
isStatic = true
3434
export(deps.coroutines.core)
3535
export(deps.napier)
36+
37+
export("io.github.hoc081098:kmp-viewmodel:0.3.0")
38+
export("io.github.hoc081098:kmp-viewmodel-savedstate:0.3.0")
3639
}
3740
}
3841

shared/src/iosMain/kotlin/com/hoc081098/github_search_kmm/utils/NonNullFlowWrapper.kt

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)