Make debug builds debuggable again
This commit is contained in:
parent
92fa92ff50
commit
f47f139d46
@ -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"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user