Skip to content

Commit 60dd14b

Browse files
committed
Add annotations dependency to hopefully fix CI
1 parent a99c97b commit 60dd14b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/kotlin/mcdev-core.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ val libs = the<LibrariesForLibs>()
105105
dependencies {
106106
compileOnly(libs.kotlin.stdlib)
107107
compileOnly(libs.kotlin.reflect)
108+
compileOnly(libs.annotations)
108109
implementation(libs.bundles.coroutines) {
109110
exclude(module = "kotlinx-coroutines-core-jvm")
110111
exclude(group = "org.jetbrains.kotlin")

0 commit comments

Comments
 (0)