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
CLOVIS
07/30/2024, 3:48 PM
What are you trying to do, what are you stuck on?
p
Poulastaa
07/30/2024, 4:09 PM
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