We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfd642 commit 779d739Copy full SHA for 779d739
1 file changed
jme3-android/build.gradle
@@ -13,6 +13,7 @@ dependencies {
13
compileOnly sourceSets.androidxStubs.output
14
androidxStubsCompileOnly files(rootProject.file('lib/android.jar'))
15
api project(':jme3-core')
16
+ api project(':jme3-plugins')
17
implementation libs.jme3.android.natives
18
compileOnly files(rootProject.file('lib/android.jar'))
19
}
0 commit comments