Skip to content

Commit

Permalink
Re-add coroutine lib to be bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
DenWav committed Sep 12, 2024
1 parent b2eab2c commit c167ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/mcdev-core.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ val libs = the<LibrariesForLibs>()
dependencies {
implementation(libs.kotlin.stdlib)
implementation(libs.kotlin.reflect)
compileOnly(libs.bundles.coroutines)
implementation(libs.bundles.coroutines)

testImplementation(libs.junit.api)
testCompileOnly(libs.junit.vintage) // Hack to get tests to compile and run
Expand Down

0 comments on commit c167ebf

Please sign in to comment.