From bc67da4c3b069cf4b89d7b8b0a75869c9b704981 Mon Sep 17 00:00:00 2001 From: Arkadii Ivanov Date: Tue, 22 Oct 2024 22:33:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31fe68b..fd8f740 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ class ViewModel : InstanceKeeper.Instance { } ``` -##### Alternative way (experimental since version 2.2.0-alpha01) +##### Alternative way (experimental since version 2.2.0-alpha01, stable since 2.2.0) ```kotlin class SomeLogic(instanceKeeperOwner: InstanceKeeperOwner) : InstanceKeeperOwner by instanceKeeperOwner {