mirror of
https://github.com/fankes/moshi.git
synced 2025-12-13 04:01:01 +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