ktorio / ktor-plugin-registry

Maintains a repository of all Ktor plugins
Apache License 2.0
53 stars 15 forks source link

Add check for missing prequisites #100

Closed bjhham closed 4 months ago

bjhham commented 4 months ago

This will prevent the introduction of plugins with missing prerequisites, which caused the problem in the generator UI - the contributor had included the group ID in the plugin ID which was missed in the review, and did not throw an error when generating a test project.