From e5ccdf9241762bb051a12a58e63cb44a4cec670d Mon Sep 17 00:00:00 2001 From: John O'Reilly Date: Sat, 8 Feb 2020 12:51:00 +0000 Subject: [PATCH] update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8f5aac6..c27569b 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,15 @@ using **Jetpack Compose** and on iOS using **SwiftUI** **Note**: You need to use Android Studio v4.0 (currently on Canary 6). Have tested on XCode v11.3 + **Update Jan 14th 2020**: This now also includes WatchOS version thanks to [Neal Sanche](https://github.com/nealsanche). That also includes use of `NavigationLink` The following is pretty much all the code used (along with gradle files/resources etc). I did say it was *minimal*!! +**Update Jan 25th 2020**: Have added SQLDelight support for locally persisting data (across all the platforms). +I haven't updated code below yet as I think it still has value in demonstrating what a minimum Kotlin +Multiplatform project would be. ### iOS SwiftUI Code