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
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,23 @@
1
1
### Galway Bus Kotlin Multiplatform project using Jetpack Compose and SwiftUI
2
2
3
3
4
-
[](https://play.google.com/store/apps/details?id=com.surrus.galwaybus)
5
-
6
-
7
4
### Jetpack Compose
8
5
9
6
The Jetpack Compose version of app is in separate `android-app` module and is still work in progress. The existing
10
7
`app` module (based on fragments/layouts etc) is what's currently used for version in Play Store.
11
8
12
9
13
-
14
10
### Kotlin Multiplatform
15
11
16
12
Currently this project is being mostly used as platform to explore some of the relatively new Kotlin Multiplatform
17
13
capabilities. There is now **Kotlin Multiplatform**`ShareCode` module for example and some sample iOS apps in `ios` folder. Have also
18
-
written a couple of posts about some of my experiences doing this so far
14
+
written a couple of posts about some of my experiences doing this so far with this project. Also,
15
+
see [PeopleInSpace](https://github.com/joreilly/PeopleInSpace) and [BikeShare](https://github.com/joreilly/BikeShare) for
16
+
other examples of use of Kotlin Multiplatform code.
0 commit comments