Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Jun 27, 2019
1 parent 6396d40 commit 6bf44d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -32,6 +32,16 @@ implementations interact directly with the `Repository`. In either case,
any dependencies on Android framework and can be easily unit tested.


### Kotlin Multiplatform

More recently I've also been using this project to explore some of the relatively new Kotlin Multiplatform
capabilities. There is now **kotlin-multiplatform** `ShareCode` module for example and some sample iOS apps in `ios` folder. Have also
written a couple of post about some of my experiences doing this so far

* [SwiftUI meets Kotlin Multiplatform!](https://johnoreilly.dev/2019/06/08/swiftui-meetings-kotlin-multiplatform.html)
* [Introduction to Multiplatform Persistence with SQLDelight](https://johnoreilly.dev/posts/sqldelight-multiplatform/)


### Languages, libraries and tools used

* [Kotlin](https://kotlinlang.org/)
Expand Down

0 comments on commit 6bf44d4

Please sign in to comment.