android10 / android10/Android-CleanArchitecture
Library Dependencies Across Layers
- 主要語言
- Java
- 星號
- 15.5k
- 分支
- 3.3k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I have a library module that I am reusing across multiple applications.
The library is composed of two modules. One android library module that depends on a java library module that contains my domain logic.
Then in the project that I depend on this library I have split into the three modules used in the `Android-CleanArchitecture` application.
My questions is:
_How do I use objects from the domain module from my android library in the main project's `domain` module? At the moment I would have to convert the main project's `domain` module to an android library module._
At the moment, in the `Android-CleanArchitecture` application, it doesn't really use any reusable modules so I couldn't see how this would be done.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。