From 6bf44d4859b53018e31fd7dd7bae971bd837cc04 Mon Sep 17 00:00:00 2001 From: John O'Reilly Date: Thu, 27 Jun 2019 08:37:30 +0100 Subject: [PATCH] update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c42d36b5..51c90e76 100644 --- a/README.md +++ b/README.md @@ -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/)