Guys, does anybody know if following snippet: ``` ...
# android
a
Guys, does anybody know if following snippet:
Copy code
if (BuildConfig.Debug) {
  // block
}
Gets removed by R8 in release builds?