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 a209585 commit 9012e11Copy full SHA for 9012e11
runtimes/talos-libgdx/build.gradle
@@ -7,7 +7,7 @@ plugins {
7
dependencies {
8
api project(":runtimes:talos")
9
api libs.slf4j.api
10
- implementation libs.libgdx
+ compileOnly libs.libgdx
11
12
testImplementation libs.bongo.desktop
13
testImplementation libs.visui
runtimes/talos/build.gradle
@@ -5,8 +5,8 @@ plugins {
5
}
6
- implementation libs.spine.libgdx
+ compileOnly libs.spine.libgdx
implementation libs.slf4j.api
0 commit comments