Skip to content

Commit 025e206

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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,

0 commit comments

Comments
 (0)