Aditya Kurkure
06/30/2022, 12:58 PMB
) that depends on another kmm module (A
). However I also need to call A
from my iOS app. I have a singleton in A
that I initialise in my app and whose methods I call in B
. Currently I get a not initialised exception in module B even though I have initialised my singleton in the app. Any Idea how I can fix this? Both the modules are in a single project and I am specifying their path in my podfile.mkrussel
06/30/2022, 1:01 PMAditya Kurkure
06/30/2022, 1:04 PMAditya Kurkure
06/30/2022, 1:10 PMandylamax
06/30/2022, 1:21 PMmkrussel
06/30/2022, 1:22 PMAditya Kurkure
07/01/2022, 8:12 AMmkrussel
07/01/2022, 12:33 PMandylamax
07/02/2022, 3:44 AM