Ktor Plugins for Build Systems
The template for the plugin is taken from gh:cortinico/kotlin-gradle-plugin-template.
- Find
main()
method (mockable) — NOT READY (is it needed?) — seems to be not needed - Add shadow plugin (mockable) — READY
- Configure fat jar (mockable) — READY (not needed)
- Add the brand-new task to generate fat jar (non-mockable) — READY
- Publish the plugin — NOT READY