Re: NB 13 cannot resolve Gradle subproject

2022-07-14 Thread manikantannaren
Faced a similar issue. What worked for me 1. open all three projects - root, lib and app 2. Build and clean on root project 3. reload lib 4. reload app. All red badges gone *Cheers* Mani/Naren/Iyer *The trick of walking on water is knowing where the stones are.* On Thu, Jul 14, 2022 at 9:36 PM

NB 13 cannot resolve Gradle subproject

2022-07-14 Thread Ulrich Mayring
I have a Gradle root project with two subprojects, one called "app", the other "lib". Now I'm trying to import the lib project into the app project and put this in the app project's build.gradle: dependencies { implementation project(':my-lib') } "gradle build" runs flawlessly from the