mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 05:14:25 +08:00
- Added I18nKeyGenPlugin Gradle plugin for generating internationalization key files - Refactoring the internationalization module to separate the API and implementation code - Updated the project structure to create new submodules to support internationalization - Modify the build configuration to add the necessary dependencies and properties
7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
extra{
|
|
setProperty(ProjectFlags.IS_ROOT_MODULE,true)
|
|
}
|
|
dependencies {
|
|
|
|
}
|