From 005949c4c02e4dc01e0cecdbd8f66244457794d1 Mon Sep 17 00:00:00 2001 From: sksamuel Date: Mon, 27 May 2024 08:59:47 -0500 Subject: [PATCH] implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 07695a2..a0ae792 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -151,6 +151,7 @@ dependencies { // needed for the resource files which are loaded into java light tests testImplementation(libs.test.kotest.framework.api) testImplementation(libs.test.kotest.assertions.core) + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") } sourceSets {