You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,13 @@ Each extension should reside in `src/<lang>/<mysourcename>`. Use `all` as `<lang
176
176
177
177
The `<lang>` used in the folder inside `src` should be the major `language` part. For example, if you will be creating a `pt-BR` source, use `<lang>` here as `pt` only. Inside the source class, use the full locale string instead.
178
178
179
+
### Loading a subset of Gradle modules
180
+
181
+
By default, all individual and generated multisrc extensions are loaded for local development.
182
+
This may be inconvenient if you only need to work on one extension at a time.
183
+
184
+
To adjust which modules are loaded, make adjustments to the `settings.gradle.kts` file as needed.
0 commit comments