fix chucker on debug & release build types

This commit is contained in:
2024-07-16 06:25:47 +03:00
parent 9df35bf6bf
commit ab27ef29b1
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -37,7 +37,9 @@ dependencies {
implementation(libs.moshi.kotlin)
implementation(libs.koin.android)
implementation(libs.chucker)
debugImplementation(libs.chucker)
releaseImplementation(libs.chucker.noop)
implementation(libs.moshi.kotlin)
ksp(libs.moshi.kotlin.codegen)
+1
View File
@@ -41,6 +41,7 @@ haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
haze-materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = "haze" }
junit = { module = "junit:junit", version.ref = "junit" }
chucker = { module = "com.github.chuckerteam.chucker:library", version.ref = "chucker" }
chucker-noop = { module = "com.github.chuckerteam.chucker:library-no-op", version.ref = "chucker" }
guava = { module = "com.google.guava:guava", version.ref = "guava" }
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }