None of the above solved the "No Module" problem for me when I upgraded Gradle from V7.3 to V8.13.
The solution was to add a namespace declaration in the build.gradle file.
See <https://developer.android.com/build/configure-app-module#set-namespace>