ComposeGears / ComposeGears/Valkyrie
[Gradle Plugin] Allow setting multiple icon pack
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 889
- Forks
- 26
- Avg merge
- 36m
- Merged PRs (30d)
- 2
Description
e.g. So that we can have both MaterialSymbols and TablerIcons without having to use multiple modules.
The icon pack DSL can be extended to support an optional sourceFolder which if set makes the block look for icons in src/commonMain/valkyrieResources/{sourceFolder} as opposed to it's parent. Potentially there should be a check to ensure that sourceFolder is set if we detect the declaration of multiple icon pack
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Gradle plugin's icon pack DSL and trace how it resolves src/commonMain/valkyrieResources. Verify how multiple icon pack declarations are handled, then implement support for an optional sourceFolder and confirm that MaterialSymbols and TablerIcons can coexist without separate modules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100