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 a99c97b commit 60dd14bCopy full SHA for 60dd14b
buildSrc/src/main/kotlin/mcdev-core.gradle.kts
@@ -105,6 +105,7 @@ val libs = the<LibrariesForLibs>()
105
dependencies {
106
compileOnly(libs.kotlin.stdlib)
107
compileOnly(libs.kotlin.reflect)
108
+ compileOnly(libs.annotations)
109
implementation(libs.bundles.coroutines) {
110
exclude(module = "kotlinx-coroutines-core-jvm")
111
exclude(group = "org.jetbrains.kotlin")
0 commit comments