Join Slack
Powered by
Why does setting `isDebuggable = false` increase b...
# compose-android
k
Konstantin Klassen
12/16/2024, 5:08 PM
Why does setting
isDebuggable = false
increase
build time?
m
Matt Rea
12/17/2024, 2:05 AM
Do you have isMinifyEnabled set to true? That would run obfuscation and shrinking on R8
k
Konstantin Klassen
12/17/2024, 9:24 AM
Nope just flipping
isDebuggable
🤔 1
m
Matt Rea
12/17/2024, 7:03 PM
Maybe take a look at the gradle tasks that are running during the build. Any
release
tasks running?
4
Views
Open in Slack
Previous
Next