We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdded3b commit 025e206Copy full SHA for 025e206
src/main/starlark/core/compile/cli/BUILD.bazel
@@ -25,6 +25,7 @@ cli_toolchain(
25
"//kotlin/compiler:kotlin-stdlib",
26
"//kotlin/compiler:kotlin-stdlib-jdk7",
27
"//kotlin/compiler:kotlin-stdlib-jdk8",
28
+ "//kotlin/compiler:kotlinx-coroutines-core-jvm",
29
],
30
kotlinc = ":kotlinc",
31
language_version = versions.KOTLIN_CURRENT_COMPILER_RELEASE.version,
0 commit comments