Make debug builds debuggable again
This commit is contained in:
parent
92fa92ff50
commit
f47f139d46
@ -53,9 +53,7 @@ android {
|
||||
}
|
||||
debug {
|
||||
applicationIdSuffix = ".debug"
|
||||
// Jetpack Compose is unusably laggy in debug builds, it's ridiculous
|
||||
// This somehow seems to resolve that issue.
|
||||
isDebuggable = false
|
||||
isDebuggable = true
|
||||
}
|
||||
create("nightly") {
|
||||
initWith(getByName("release"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user