[SOLVED] If I have existing Ktor application do I ...
# kotless
a
[SOLVED] If I have existing Ktor application do I still need to wrap application code in a
Kotless
child class like this
class Server : Kotless() {}
? I only want to run my application locally and without DynamoDB emulation.
Got is working finally. It had to do with sourceSet configuration in my project.
👍 1