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