update README

This commit is contained in:
John O'Reilly 2021-01-22 15:07:13 +00:00
parent ab52bcb515
commit 54262972df

View file

@ -22,6 +22,7 @@ Related posts:
* [Jetpack Compose for the Desktop!](https://johnoreilly.dev/posts/jetpack-compose-desktop/)
* [Comparing use of LiveData and StateFlow in a Jetpack Compose project](https://johnoreilly.dev/posts/jetpack-compose-stateflow-livedata/)
* [Wrapping Kotlin Flow with Swift Combine Publisher in a Kotlin Multiplatform project](https://johnoreilly.dev/posts/kotlinmultiplatform-swift-combine_publisher-flow/)
* [Using Swift Packages in a Kotlin Multiplatform project](https://johnoreilly.dev/posts/kotlinmultiplatform-swift-package/)
Note that this repository very much errs on the side of mimimalism to help more clearly illustrate key moving parts of a Koltin