Migrator improvements (#588)

This commit is contained in:
Andreas
2024-03-28 19:36:33 +01:00
committed by GitHub
parent 666d6aa117
commit 0265c16eb2
11 changed files with 284 additions and 116 deletions

View File

@@ -254,6 +254,8 @@ dependencies {
// For detecting memory leaks; see https://square.github.io/leakcanary/
// debugImplementation(libs.leakcanary.android)
implementation(libs.leakcanary.plumber)
testImplementation(kotlinx.coroutines.test)
}
androidComponents {