b1c388e9b4
Use new simple property assignment syntax in build files where appropriate. |
||
---|---|---|
.. | ||
src/main/kotlin/app/pachli/mvstring | ||
README.md | ||
build.gradle.kts | ||
settings.gradle.kts |
README.md
mvstring
Synopsis
mvstring
moves a string resource from one module to another.
Usage
From the parent directory, run:
./runtools mvstring dst-module id
./runtools mvstring src-module dst-module id
where:
src-module
- identifier for the source module that contains the string. If omitted thenapp
is assumed.dst-module
- identifier for the destination moduleid
- resource ID of the string to move
Verify the modifications made to the Pachli resource files, and commit the result.