You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,8 +31,8 @@ The iOS app code is in the `iosApp` directory. It uses SwiftUI to render output
26
31
27
32
This is a simple Ktor server running on the Netty engine with a single endpoint `/api/v1/apps`, which outputs a list of `Apps` object serialized to JSON.
28
33
29
-
Note that this repository may have errors on the side of minimalism to help more clearly illustrate key moving parts of a Kotlin
30
-
Multiplatform project and also to help someone just starting to explore KMP to get up and running for the first time.
34
+
Note that this repository may have not used the best practices on android or iOS implementation to help more clearly illustrate key parts of a Kotlin
35
+
Multiplatform project and also to help someone just starting to explore KMP for the first time.
0 commit comments