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
Please see more examples in the [sample directory](sample).
312
288
313
289
## Set Up Locally
314
290
- The [resources directory](resources) contains the `resources` library;
315
291
- The [gradle-plugin directory](gradle-plugin) contains a gradle plugin with a `MR` class generator;
316
292
- The [sample directory](sample) contains sample apps for Android and iOS; plus the mpp-library connected to the apps;
317
-
- For local testing a library use the `:resources:publishToMavenLocal` gradle task - so that sample apps use the locally published version.
318
-
- For local testing a plugin use the `:gradle-plugin:publishToMavenLocal` gradle task so that sample apps will use the locally published version.
293
+
- For local testing use the `./publishToMavenLocal.sh` script - so that sample apps use the locally published version.
319
294
320
295
## Contributing
321
296
All development (both new features and bug fixes) is performed in the `develop` branch. This way `master` always contains the sources of the most recently released version. Please send PRs with bug fixes to the `develop` branch. Documentation fixes in the markdown files are an exception to this rule. They are updated directly in `master`.
0 commit comments