Skip to content

Commit 7bb392f

Browse files
author
mtctx
committed
Added Lumina module for easier logging
1 parent 5686784 commit 7bb392f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lumina/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
dependencies {
30-
implementation(project(":core"))
30+
compileOnly(project(":core"))
3131
api("dev.mtctx.library:lumina:4.0.0")
3232
testImplementation(kotlin("test"))
3333
}

0 commit comments

Comments
 (0)