Why does setting `isDebuggable = false` increase b...
# compose-android
k
Why does setting
isDebuggable = false
increase build time?
m
Do you have isMinifyEnabled set to true? That would run obfuscation and shrinking on R8
k
Nope just flipping
isDebuggable
🤔 1
m
Maybe take a look at the gradle tasks that are running during the build. Any
release
tasks running?