Skip to content

Commit

Permalink
add include dep
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 15, 2023
1 parent ff0aba5 commit 71b3f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jParser/cpp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configurations {
}

dependencies {
api project(":jParser:idl")
includeDep project(":jParser:idl")
implementation project(":jParser:core")
includeDep "com.badlogicgames.gdx:gdx-jnigen:$project.jniGenVersion"

Expand Down

0 comments on commit 71b3f14

Please sign in to comment.