Issue with Custom Plugin in Ktor Multimodule Project (No value present error)
I'm currently learning backend development with Ktor and exploring a multimodule project setup similar to what I've done in Android development. Note: When I refer to "modules," I'm talking about actual project modules (like in Android), not the Ktor-specific module terminology.
What I Want to Achieve:
I want to apply Clean Architecture principles by separating my Ktor project into multiple modules, such as data, domain, presentation, etc. To make the build setup cleaner, I created a...