Vaibhav Jaiswal
09/12/2024, 8:11 AMshared
| -> core
| -> data
|. |-> local
|. | -> .......
| -> domain
| -> ui
and so on
I will be doing testing in all modules
Where should I place the Project configuration file for Kotest??
If I put it inside :shared:core
will it work for all modules?
Every module depends on :shared:core
Emil Kantis
09/12/2024, 8:47 AM:shared:testing
module instead, where you add shared testing code such as your Kotest project configVaibhav Jaiswal
09/12/2024, 8:48 AM:shared:testing
?Emil Kantis
09/12/2024, 8:50 AM