Faker icon indicating copy to clipboard operation
Faker copied to clipboard

Could you provide a no-op version of the same library?

Open mohsin opened this issue 7 years ago • 0 comments

Faker is super useful to pre-fill values when I'm in debug variant of my app. So I use it with debugImplementation rather than implementation. Now the issue is that in release mode it throws me errors that the Faker class is missing (Obviously, since it's not included!). It would be nice to have a no-op version of the same library to use in releaseImplementation mode.

mohsin avatar Mar 06 '19 12:03 mohsin