We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df61fc commit a72fd69Copy full SHA for a72fd69
1 file changed
build.gradle.kts
@@ -38,17 +38,6 @@ dependencies {
38
}
39
40
41
- listOf(
42
- "org.junit.platform:junit-platform-engine",
43
- "org.junit.platform:junit-platform-launcher"
44
- ).onEach {
45
- testRuntimeOnly(it) {
46
- version {
47
- strictly("[1.7,2)")
48
- prefer("1.8.2")
49
- }
50
51
52
listOf(
53
"com.squareup.moshi:moshi",
54
"com.squareup.moshi:moshi-kotlin"
0 commit comments