Skip to content

Commit 49fb292

Browse files
committed
Include coroutines, as the compiler needs them to run
1 parent cdded3b commit 49fb292

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/starlark/core/compile/cli/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ cli_toolchain(
2525
"//kotlin/compiler:kotlin-stdlib",
2626
"//kotlin/compiler:kotlin-stdlib-jdk7",
2727
"//kotlin/compiler:kotlin-stdlib-jdk8",
28+
"//kotlin/compiler:kotlinx-coroutines-core-jvm",
2829
],
2930
kotlinc = ":kotlinc",
3031
language_version = versions.KOTLIN_CURRENT_COMPILER_RELEASE.version,

src/main/starlark/core/repositories/kotlin/artifacts.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ KOTLINC_ARTIFACTS = struct(
2222
"kotlin-stdlib-jdk8": "lib/kotlin-stdlib-jdk8.jar",
2323
"kotlin-stdlib-jdk8-sources": "lib/kotlin-stdlib-jdk8-sources.jar",
2424
"kotlin-stdlib-sources": "lib/kotlin-stdlib-sources.jar",
25+
"kotlinx-coroutines-core-jvm": "lib/kotlinx-coroutines-core-jvm.jar",
2526
"kotlin-test-junit": "lib/kotlin-test-junit.jar",
2627
"kotlin-test-junit-sources": "lib/kotlin-test-junit-sources.jar",
2728
"kotlin-test-junit5": "lib/kotlin-test-junit5.jar",

0 commit comments

Comments
 (0)