From c6cb88434bda0c8b652ea31bb3e30c69a9063a28 Mon Sep 17 00:00:00 2001 From: Karan Sharma <55722391+ksharma-xyz@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:57:32 +1100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80f3b8a..7c49cd2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Koin Singleton Bug Sample Project +https://github.com/InsertKoinIO/koin/issues/2078 + In Hilt, if we mark a class as Singleton, then the instance remains the same as long as the app process is active. It should be the same for Koin too. If a configuration change happens, then a new object should not be created.