build.gradle 245 B

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