description = "maxkey-core"

dependencies {
	implementation project(":maxkey-common")
	
	//local jars
	implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
	
}