https://github.com/abeade/move-to-module-plugin
Move Android resources between modules
https://github.com/abeade/move-to-module-plugin
Last synced: 7 months ago
JSON representation
Move Android resources between modules
- Host: GitHub
- URL: https://github.com/abeade/move-to-module-plugin
- Owner: abeade
- License: apache-2.0
- Created: 2020-04-20T20:38:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T07:10:51.000Z (over 5 years ago)
- Last Synced: 2025-02-05T19:35:53.965Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 472 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Move resources to module
===
A IntelliJ IDEA plugin that help you move Android resource files or directories to target module quickly.
It includes all the alternative resources when selecting only files.
**Install:** [Download latest release jar](https://github.com/abeade/move-to-module-plugin/releases) to disk for install.
**Usage:** Refactor → Move to Module...
**Keymap:** Control(Command) + Shift + X
**Example:** Select `outline_adb_white_18`, then batch move to `mylibrary`

---
Based in [Nongfu](https://github.com/mthli/Nongfu) plugin