android studio突然无法解决有关其他模块的依赖关系

时间:2017-08-02 07:38:55

标签: android intellij-idea

例如:

compile "com.squareup.retrofit2:retrofit:$rootProject.ext.retrofitVersion"
compile "com.squareup.retrofit2:converter-gson:$rootProject.ext.retrofitVersion"
compile "com.squareup.retrofit2:adapter-rxjava:$rootProject.ext.retrofitVersion"

它应该是好的,但我不知道当我在我的android studio 3.0预览金丝雀9版本中配置kotlin支持时发生了什么。当我存储项目时,我的app模块无法解析包含一些gradle依赖项的其他模块

也许编译器遇到了问题,因为我仍然可以使用ctrl + F10成功运行我的项目 code used to be correct

rxlifecycleVersion = "1.0" as String
retrofitVersion = "2.1.0" as String
rxbindingVer = "1.0.0" as String

似乎我只能从远程存储库中签出一个新项目。知道怎么解决这个奇怪的问题吗?

0 个答案:

没有答案