Hello masters. I'm struggling with adding a module...
# multiplatform
h
Hello masters. I'm struggling with adding a module. Just as in Android Clean Architecture project, I would like to add modules(data, model) Not I guess adding a module in project is done but I have no idea with linking it to :shared module..
Copy code
val commonMain by getting {
    dependencies {
          implementation(project(":model"))
 }
I thought It's going well but not.. is there any specific way to link the new module to shared module? thanks.
j
What error message are you getting?