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:") } ```