chore(deps): Add leakcanary to debug memleaks

This commit is contained in:
Ahmad Ansori Palembani 2024-12-10 07:43:12 +07:00
parent e45baf6ab4
commit fe59d7f4ec
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 9 additions and 0 deletions

View file

@ -269,6 +269,11 @@ dependencies {
testRuntimeOnly(libs.bundles.test.runtime)
androidTestImplementation(libs.bundles.test.android)
testImplementation(kotlinx.coroutines.test)
// For detecting memory leaks
// REF: https://square.github.io/leakcanary/
// debugImplementation(libs.leakcanary.android)
implementation(libs.leakcanary.plumber)
}
tasks {