Replace ```implementation(project(":shared"))``` with ```implementation("com.example:shared:+")``` o...
f
Replace
Copy code
implementation(project(":shared"))
with
Copy code
implementation("com.example:shared:+")
or so. How would that work?