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.
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.