src_shared is a directory with its own gradle file, is included in the top level settings.gradle.kts like
include(":src_shared")
- and in fact it was working fine until I tried renaming it from its old name to the new src_shared. The files do exist and all references to the old name have been updated
How can I go about debugging this? I dont understand how gradle is trying and failing to resolve this reference