Skip to content

Commit bd0fcc3

Browse files
Adding kotlinx-coroutines-core to the supported libraries for open source.
PiperOrigin-RevId: 533175224
1 parent f09b84f commit bd0fcc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WORKSPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RULES_JVM_EXTERNAL_SHA = "b17d7388feb9bfa7f2fa09031b32707df529f26c91ab9e5d909eb1
99

1010
# These need needs to be consistent with their counterparts in build_extensions/axt_versions.bzl.
1111
KOTLIN_VERSION = "1.7.22"
12+
KOTLINX_COROUTINES_VERSION = "1.6.4" # -> 1.7.1 when KOTLIN_VERSION -> 1.8.20
1213
GRPC_VERSION = "1.54.1"
1314

1415
# Get from https://github.com/JetBrains/kotlin/releases/
@@ -164,6 +165,7 @@ maven_install(
164165
"org.objenesis:objenesis:2.6",
165166
"org.pantsbuild:jarjar:1.7.2",
166167
"org.jetbrains.kotlin:kotlin-stdlib:%s" % KOTLIN_VERSION,
168+
"org.jetbrains.kotlinx:kotlinx-coroutines-core:%s" % KOTLINX_COROUTINES_VERSION,
167169
"com.google.code.findbugs:jsr305:3.0.2",
168170
maven.artifact(
169171
artifact = "robolectric",

0 commit comments

Comments
 (0)