Skip to content

Commit

Permalink
problem: always required dependent modules are not added by default, …
Browse files Browse the repository at this point in the history
…and at the other side it's not always clear which one to add
  • Loading branch information
splix committed May 9, 2024
1 parent 78e5e95 commit d91de78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions etherjar-contract/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation project(':etherjar-abi')
implementation project(':etherjar-domain')
implementation project(':etherjar-rpc-api')
api project(':etherjar-abi')
api project(':etherjar-domain')
api project(':etherjar-rpc-api')
implementation project(':etherjar-rlp')
implementation project(':etherjar-tx')

Expand Down
8 changes: 4 additions & 4 deletions etherjar-erc20/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation project(':etherjar-abi')
implementation project(':etherjar-domain')
implementation project(':etherjar-contract')
implementation project(':etherjar-rpc-api')
api project(':etherjar-abi')
api project(':etherjar-domain')
api project(':etherjar-contract')
api project(':etherjar-rpc-api')
}

0 comments on commit d91de78

Please sign in to comment.