We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e5e95 commit d91de78Copy full SHA for d91de78
etherjar-contract/build.gradle
@@ -1,7 +1,7 @@
1
dependencies {
2
- implementation project(':etherjar-abi')
3
- implementation project(':etherjar-domain')
4
- implementation project(':etherjar-rpc-api')
+ api project(':etherjar-abi')
+ api project(':etherjar-domain')
+ api project(':etherjar-rpc-api')
5
implementation project(':etherjar-rlp')
6
implementation project(':etherjar-tx')
7
etherjar-erc20/build.gradle
@@ -1,6 +1,6 @@
- implementation project(':etherjar-contract')
+ api project(':etherjar-contract')
}
0 commit comments