Add kotlin-stdlib-jdk8 when using Kotlin

kotlin-stdlib-jdk8 contains extensions to the Kotlin standard library
for use when targeting Java language level 8.

Test: m checkbuild
Change-Id: Iac5f977f9080d8e0e2402b08a992a93c909744e9
This commit is contained in:
Colin Cross
2019-05-13 11:06:25 -07:00
parent b7afaf0802
commit 0b03d9701b
2 changed files with 5 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ func GatherRequiredDepsForTest() string {
"core.current.stubs",
"core.platform.api.stubs",
"kotlin-stdlib",
"kotlin-stdlib-jdk7",
"kotlin-stdlib-jdk8",
"kotlin-annotations",
}