build.gradle 191 B

12345678910
  1. description = "maxkey-common"
  2. dependencies {
  3. implementation project(":maxkey-commons:maxkey-crypto")
  4. //local jars
  5. implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
  6. }