I am accessing attributes in iOS (NSBundle.mainBun...
# kotlin-native
s
I am accessing attributes in iOS (NSBundle.mainBundle().infoDictionary attributes) for my KMM project. I want to be able to mock this in unit tests. Any suggestions on how I can accomplish this?
k
Abstract dictionary access, place the mock in the abstraction