testUseBuildDirectory

@ExperimentalKmpTorApi
@JvmField
var testUseBuildDirectory: Boolean(source)

For android unit tests, a setting of true will use the module build directory, instead of the system temp directory, when setting up the environment directories.

NOTE: This has no effect if running on an emulator or device.

Default: false