I would like to have all of my classes in specified package reside in main dex file.
Is there option to use a wildcard there?
Unfortunately, wildcards are not supported.
However, you can generate the main-dex-list file using this script.
See my blogpost for more details.