ktorio / ktor-plugin-registry

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

KTOR-7490 Improved source file definitions #142

Open bjhham opened 2 weeks ago

bjhham commented 2 weeks ago

This tackles this issue:

It was noticed by @Mr3zee when attempting to introduce the kRPC plugin. With this change, you can now add multiple source files to the plugin's sample code, and also target which module you'd like it in when using multi-platform support (i.e., "common"), which should make a little more sense in the next PR for the back end.