Modernize build a bit (#1383)

This commit is contained in:
Zac Sweers
2021-08-23 17:09:59 -04:00
committed by GitHub
parent 95250b0359
commit 6947ab00d0
18 changed files with 113 additions and 153 deletions

View File

@@ -41,7 +41,7 @@ dependencies {
testImplementation(project(":moshi"))
testImplementation(project(":kotlin:reflect"))
testImplementation(kotlin("reflect"))
testImplementation(Dependencies.Testing.junit)
testImplementation(Dependencies.Testing.assertj)
testImplementation(Dependencies.Testing.truth)
testImplementation(libs.junit)
testImplementation(libs.assertj)
testImplementation(libs.truth)
}