We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06dafb commit d4b1651Copy full SHA for d4b1651
AndroidApp/app/build.gradle.kts
@@ -21,5 +21,5 @@ dependencies {
21
22
// その他
23
implementation(libs.io.insert.koin)
24
- implementation(libs.com.squareup.leakcanary.android)
+ debugImplementation(libs.com.squareup.leakcanary.android)
25
}
0 commit comments