build.gradle 288 B

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