Skip to content

Commit

Permalink
Merge pull request #303 from VC19-SDK/fix/decoder-desugaring
Browse files Browse the repository at this point in the history
Fix : Force Deps per OK decoder in desugaring
  • Loading branch information
astagi authored Jan 27, 2023
2 parents 82d8876 + b584c87 commit 0d69812
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ allprojects {
project.configurations.all {
resolutionStrategy {
force Deps.androidx_worker_ktx
force Deps.jackson_cbor
force Deps.kotlin_stdlib
force Deps.kotlin_reflect
force Deps.desugar_jdk_libs
}
}
}
Expand Down

0 comments on commit 0d69812

Please sign in to comment.