From 75f0a87cfd9e4081e4440bcb58a8d8a9e89ba18e Mon Sep 17 00:00:00 2001 From: Vladimir Raupov Date: Thu, 21 Dec 2023 10:37:52 +0300 Subject: [PATCH] Add articles --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64da47a..1cffcc6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![Corbind](logo.svg)](https://ldralighieri.github.io/Corbind) -[![Maven Central](https://img.shields.io/maven-central/v/ru.ldralighieri.corbind/corbind.svg)](https://search.maven.org/search?q=g:ru.ldralighieri.corbind) [![Kotlin Version](https://img.shields.io/badge/Kotlin-v1.9.21-blue.svg?logo=kotlin)](https://kotlinlang.org) [![Kotlin Coroutines Version](https://img.shields.io/badge/Coroutines-v1.7.3-blue.svg)](https://kotlinlang.org/docs/reference/coroutines-overview.html) [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) @@ -23,6 +22,11 @@ This library is for Android applications only. Help you to transform Android UI Please consider giving this repository a star ⭐ if you like the project. +## Articles +* [⚡ Kotlin Coroutine binding with Flow support][kotlin-coroutine-binding] +* [What’s up Corbind! Release 1.7.0 🎉. It’s been a long road][release-1.7.0] + + ## Current versions | Module | Version | @@ -203,6 +207,9 @@ limitations under the License. [channel]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-receive-channel/index.html [actor]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/actor.html +[kotlin-coroutine-binding]: https://medium.com/@ldralighieri/kotlin-coroutine-binding-with-flow-support-68499492a89c +[release-1.7.0]: https://medium.com/@ldralighieri/whats-up-corbind-release-1-7-0-it-s-been-a-long-road-eadf84db19c1 + [corbind-bom]: https://github.com/LDRAlighieri/Corbind/tree/master/corbind-bom [corbind]: https://github.com/LDRAlighieri/Corbind/tree/master/corbind [corbind-activity]: https://github.com/LDRAlighieri/Corbind/tree/master/corbind-activity