We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c58f93 commit f9fbf39Copy full SHA for f9fbf39
1 file changed
build.gradle.kts
@@ -49,6 +49,17 @@ dependencies {
49
}
50
51
52
+ listOf(
53
+ "com.squareup.moshi:moshi",
54
+ "com.squareup.moshi:moshi-kotlin"
55
+ ).onEach {
56
+ testRuntimeOnly(it) {
57
+ version {
58
+ strictly("[1.12.0,2)")
59
+ prefer("1.13.0")
60
+ }
61
62
63
64
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.10")
65
implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.10")
0 commit comments