Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz authored Dec 18, 2024
1 parent bdfcaea commit c6cb884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.


Expand Down

0 comments on commit c6cb884

Please sign in to comment.