Why are uses constraints violated when both chains end in the same bundle?

后端 未结 1 587
执笔经年
执笔经年 2021-01-31 06:34

I have four bundles, each containing only a manifest. The bundles are

  • app which imports com.example.foo.fragment and com.example.ba
相关标签:
1条回答
  • 2021-01-31 07:23

    You don't have to import foo.fragment in app your dependency will resolve from foo. so just remove that dependency and re-deploy that. This issue is because of cyclic dependency.

    0 讨论(0)
提交回复
热议问题