The dependency section is not generated when no packages are given. This makes the config file easier to read for plugin-only configs.
* WIP Try to add variant support * Rewrite package resolver The new version adds support for multiple kotlin versions, and direct support for plugins. The total runtime is lower because the resolver does less work. * Update README