Gradle: Project with path ':api' could not be found in project ':lib'

Viewed 17

I was trying to setup a sample microservices project but unfortunately I encountered issue with Gradle that makes me insane.

I went through the Internet and tries different approaches, but no one is wokring. please help...

root project

  • api
  • util
  • microservices
  • microservices/service_a
  • microservices/service_b
  • microservices/service_c
  • microservices/service_d

The issue is happending when I tries to add api project into util project as its dependency.

project structure

where's the issue

error message detail

0 Answers
Related