mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Modernize build a bit (#1383)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user