mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
Support generic arrays with defaults in code gen (#1310)
This commit is contained in:
@@ -53,7 +53,7 @@ object Dependencies {
|
||||
|
||||
object Testing {
|
||||
const val assertj = "org.assertj:assertj-core:3.11.1"
|
||||
const val compileTesting = "com.github.tschuchortdev:kotlin-compile-testing:1.3.4"
|
||||
const val compileTesting = "com.github.tschuchortdev:kotlin-compile-testing:1.3.6"
|
||||
const val junit = "junit:junit:4.13.1"
|
||||
const val truth = "com.google.truth:truth:1.0.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user