Join Slack
Powered by
[SOLVED] If I have existing Ktor application do I ...
# kotless
a
Abhishek Bansal
03/21/2021, 5:22 AM
[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.
Abhishek Bansal
03/21/2021, 6:10 AM
Got is working finally. It had to do with sourceSet configuration in my project.
👍 1
4
Views
Open in Slack
Previous
Next