I'm not experienced in javacard development
In our business we have two separate javacard projects that generate two .cap files according to customer's request or his/her smartcard datasheet specs , but there are some common java classes that are used in both of them!
with dependency handling explained in https://github.com/bertrandmartel/javacard-gradle-plugin/issues/1, it seems we have one applet.cap + one common.cap that first common.cap must be installed and then applet.cap must be installed.
Is there any solution in this plugin that we could install only one applet on smartcard and we have common source and applet source separately (good dependency handling and management) ?
I'm not experienced in javacard development In our business we have two separate javacard projects that generate two .cap files according to customer's request or his/her smartcard datasheet specs , but there are some common java classes that are used in both of them!
with dependency handling explained in https://github.com/bertrandmartel/javacard-gradle-plugin/issues/1, it seems we have one applet.cap + one common.cap that first common.cap must be installed and then applet.cap must be installed. Is there any solution in this plugin that we could install only one applet on smartcard and we have common source and applet source separately (good dependency handling and management) ?