Description
Introduce pre-defined file groups for common project stacks like Kotlin Multiplatform (KMP), Compose Multiplatform, and standard Android structures. This will allow users to quickly set up their project view without manually defining patterns for common files.
Expected Use Case
A developer starting a new KMP project can select a 'KMP Preset'. This automatically creates groups for 'Shared Module', 'Native Configs', and 'Platform Metadata', targeting files like *.def, *.toml, and specific build scripts.
What it should look like
In the Advanced Android Project View settings, there would be a 'Load Preset' button or dropdown. Selecting a preset would populate the custom file groups list with the recommended patterns and group names for that stack.
Description
Introduce pre-defined file groups for common project stacks like Kotlin Multiplatform (KMP), Compose Multiplatform, and standard Android structures. This will allow users to quickly set up their project view without manually defining patterns for common files.
Expected Use Case
A developer starting a new KMP project can select a 'KMP Preset'. This automatically creates groups for 'Shared Module', 'Native Configs', and 'Platform Metadata', targeting files like
*.def,*.toml, and specific build scripts.What it should look like
In the Advanced Android Project View settings, there would be a 'Load Preset' button or dropdown. Selecting a preset would populate the custom file groups list with the recommended patterns and group names for that stack.