File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,13 @@ The Jetpack Compose version of app is in separate `android-app` module and is st
15
15
16
16
Currently this project is being mostly used as platform to explore some of the relatively new Kotlin Multiplatform
17
17
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
18
+ written a couple of posts about some of my experiences doing this so far with this project. Also,
19
+ see [ PeopleInSpace] ( https://github.com/joreilly/PeopleInSpace ) and [ BikeShare] ( https://github.com/joreilly/BikeShare ) for
20
+ other examples of use of Kotlin Multiplatform code.
19
21
20
22
* [ SwiftUI meets Kotlin Multiplatform!] ( https://johnoreilly.dev/2019/06/08/swiftui-meetings-kotlin-multiplatform.html )
21
23
* [ Introduction to Multiplatform Persistence with SQLDelight] ( https://johnoreilly.dev/posts/sqldelight-multiplatform/ )
22
-
24
+ * [ Using Google Maps in a Jetpack Compose app ] ( https://johnoreilly.dev/posts/jetpack-compose-google-maps/ )
23
25
24
26
### Languages, libraries and tools used
25
27
You can’t perform that action at this time.
0 commit comments