HewlettPackard / kraal

Enables the use of Kotlin coroutines and GraalVM native-image together
MIT License
85 stars 2 forks source link

Adding command line option to exclude packages and classes. #4

Open chintana-zz opened 5 years ago

chintana-zz commented 5 years ago

Introducing 2 command line options to exclude packages and class. Kraal will skip files that matches exclusion list, a comma separated list of packages and classes.

--excludePackages="org.pkg1,org.pkg2" --excludeClasses="class1,class2"

Signed-off-by: Chintana Wilamuna chintana@wso2.com