From 1b4f63e62a82c52d9cb52c3353d573ee2365cd92 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Wed, 23 Oct 2024 23:01:29 +0300 Subject: [PATCH] [docs] Add kstatemachine-serialization artefact to install readme section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f20c60d..719787b 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ dependencies { // multiplatform artifacts, where is a library version. implementation("io.github.nsk90:kstatemachine:") implementation("io.github.nsk90:kstatemachine-coroutines:") + implementation("io.github.nsk90:kstatemachine-serialization:") } ```