mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Add chucker no-op for beta build
This commit is contained in:
parent
59b2f0a159
commit
7126e3a2fa
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ dependencies {
|
|||
debugImplementation(libs.chucker.library)
|
||||
releaseImplementation(libs.chucker.library.no.op)
|
||||
"nightlyImplementation"(libs.chucker.library.no.op)
|
||||
"betaImplementation"(libs.chucker.library.no.op)
|
||||
|
||||
implementation(kotlin("reflect", version = kotlinx.versions.kotlin.get()))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue