Current logic for obtaining the databases dir for android is a little bit sketchy :laughing: . Actually relying on Context to obtain the directory during runtime operations would be best. For Android Unit Tests it should automatically switch to the temporary directory.
See https://github.com/05nelsonm/kmp-tor-binary/tree/master/library/binary-initializer
Current logic for obtaining the databases dir for android is a little bit sketchy :laughing: . Actually relying on
Context
to obtain the directory during runtime operations would be best. For Android Unit Tests it should automatically switch to the temporary directory.