I've heard that compose in release mode enables a lot of optimizations and feels more snappy. I wonder what does "release mode" mean here?
I have a "custom" build type which has "debuggable = true; minifyEnabled = true", so I guess R8
does run. But app still feels not very snappy on older devices (especially around
LazyColumn
). Will setting
debuggable = false
improve things? Or maybe something else?