Skip to content

Commit b18dd4f

Browse files
committed
update README
1 parent ac23e9a commit b18dd4f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
### Galway Bus Kotlin Multiplatform project using Jetpack Compose and SwiftUI
22

33

4-
[![Get it on Google Play](https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png)](https://play.google.com/store/apps/details?id=com.surrus.galwaybus)
5-
6-
74
### Jetpack Compose
85

96
The Jetpack Compose version of app is in separate `android-app` module and is still work in progress. The existing
107
`app` module (based on fragments/layouts etc) is what's currently used for version in Play Store.
118

129

13-
1410
### Kotlin Multiplatform
1511

1612
Currently this project is being mostly used as platform to explore some of the relatively new Kotlin Multiplatform
1713
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.
1917

2018
* [SwiftUI meets Kotlin Multiplatform!](https://johnoreilly.dev/2019/06/08/swiftui-meetings-kotlin-multiplatform.html)
2119
* [Introduction to Multiplatform Persistence with SQLDelight](https://johnoreilly.dev/posts/sqldelight-multiplatform/)
22-
20+
* [Using Google Maps in a Jetpack Compose app](https://johnoreilly.dev/posts/jetpack-compose-google-maps/)
2321

2422
### Languages, libraries and tools used
2523

0 commit comments

Comments
 (0)