mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 23:58:53 +08:00
- Add forgeboot-common result processing related submodules - Implement unified response encapsulation class R and related interfaces - Integrated international message parsing and request ID generation function - Update project configuration to support the construction and release of new modules
6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
|
dependencies {
|
|
implementation(project(Modules.Common.RESULT_API))
|
|
}
|
|
|