Hi I need some help with ktor multi-module clean a...
# server
p
Hi I need some help with ktor multi-module clean architecture implementation..... I tried following this example https://github.com/ESchouten/CleanArchitecture but i can't event create a empty project. :) Can someone guide me through the steps of creating an empty project. (I know basic of clean architecture, currently using on my android projects)
c
What are you trying to do, what are you stuck on?
p
I am trying to modularize my existing ktor backend... tried following this above example and some guide from google on how should an empty muli module clean architecture ktor project should look like ex: 1.The root dir should be a ktor project 2. then sub modules should be ether ktor or pure kotlin module(domain should be a pure kotlin module) but i can't connect the sub modules and don't know how should i manage gradle
p
Thank you...I will look into it
c
If you have any questions, don't hesitate, but please make them a bit more precise 😅 it's hard to help you when the messages are vague
p
Ok i will keep in mind and again thanks