# jmix-composite-app **Repository Path**: murphyfei/jmix-composite-app ## Basic Information - **Project Name**: jmix-composite-app - **Description**: jmix-composite-app - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-19 - **Last Updated**: 2023-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Composite Jmix Project This is the aggregating subproject of the composite project. It combines other projects in a single workspace using `includeBuild` directives located in `settings.gradle`. Use *New → Subproject* actions of the Jmix tool window to create new or add existing subprojects to the composite project. Alternatively, you can just include existing subprojects by adding relative paths to them to `settings.gradle`. For example, the following instruction includes a project from `users` directory located next to the aggregating subproject: ``` includeBuild './users' ```