build.gradle 172 B

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