android / nowinandroid

A fully functional Android app built entirely with Kotlin and Jetpack Compose
Apache License 2.0
16.62k stars 3.01k forks source link

Remove `isReturnDefaultValues` to debug easy. #1442

Open Jaehwa-Noh opened 4 months ago

Jaehwa-Noh commented 4 months ago

What I have done and why

This project seems doesn't need to use isReturnDefaultValues. All test had been passed as no used isReturnDefaultValues. isReturnDefaultValues is not recommended to use, because it made hard to debug. documentation

[!Caution] Take care when setting the returnDefaultValues property to true. The null/zero return values can introduce regressions to your tests, which are hard to debug and might allow failing tests to pass. Only use it as a last resort.