Could not determine the dependencies of task

问题遇到的现象和发生背景
用代码块功能插入代码,请勿粘贴截图
Could not determine the dependencies of task ':app:compileReleaseJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:releaseCompileClasspath'.
   > Could not resolve project :adlibrary.
     Required by:
         project :app
      > No matching configuration of project :adlibrary was found. The consumer was configured to find an API of a component, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'release' but:
          - None of the consumable configurations have attributes.

模块是不是没有加到gradle?