bertrandmartel / javacard-gradle-plugin

:key: Gradle plugin for JavaCard development
MIT License
32 stars 14 forks source link

Feature request: targetsdk support #13

Open kategray opened 5 years ago

kategray commented 5 years ago

One of the capabilities ant-javacard has is to specify a "target SDK". This lets a converter from a more modern SDK be used while targeting an older SDK, which can fix some compilation issues.

It would be nice if the javacard gradle plugin had this functionality as well.