Support generic arrays with defaults in code gen (#1310)

This commit is contained in:
Zac Sweers
2021-03-13 20:47:27 -05:00
committed by GitHub
parent 6df66b81dc
commit 935f8b872a
3 changed files with 18 additions and 3 deletions

View File

@@ -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"
}