mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
Modernize build a bit (#1383)
This commit is contained in:
@@ -24,6 +24,6 @@ dependencies {
|
||||
api(kotlin("reflect"))
|
||||
|
||||
testImplementation(kotlin("test"))
|
||||
testImplementation(Dependencies.Testing.junit)
|
||||
testImplementation(Dependencies.Testing.truth)
|
||||
testImplementation(libs.junit)
|
||||
testImplementation(libs.truth)
|
||||
}
|
||||
|
Reference in New Issue
Block a user