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 801a254 commit 678cb4dCopy full SHA for 678cb4d
build.gradle.kts
@@ -53,7 +53,7 @@ dependencies {
53
"com.squareup.moshi:moshi",
54
"com.squareup.moshi:moshi-kotlin"
55
).onEach {
56
- testRuntimeOnly(it) {
+ implementation(it) {
57
version {
58
strictly("[1.12.0,2)")
59
prefer("1.13.0")
0 commit comments