Make debug builds debuggable again

This commit is contained in:
MM20 2023-04-21 17:35:41 +02:00
parent 92fa92ff50
commit f47f139d46
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -53,9 +53,7 @@ android {
} }
debug { debug {
applicationIdSuffix = ".debug" applicationIdSuffix = ".debug"
// Jetpack Compose is unusably laggy in debug builds, it's ridiculous isDebuggable = true
// This somehow seems to resolve that issue.
isDebuggable = false
} }
create("nightly") { create("nightly") {
initWith(getByName("release")) initWith(getByName("release"))