Hi, I have problem that I couldn’t find out. it i...
# koin
u
Hi, I have problem that I couldn’t find out. it is my first time using koin with multiple activities, I have 2 activities, using jetpack compose. When I inject my class inside second activity, I notice that it uses different instance of my class.
1
f
Are the objects your injecting singletons?
u
I found out that one of my library uses different process thats why, I get this issue. I fixed it for now
👍 1