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
Mark common code classes with the annotation `@Parcelize` like in the Android code for automatically generated `Parcelable` implementation.
@@ -73,7 +70,7 @@ Please see more examples in the [sample directory](sample).
73
70
## Set Up Locally
74
71
- The [parcelize directory](parcelize) contains the `parcelize` library;
75
72
- The [sample directory](sample) contains sample apps for Android and iOS; plus the mpp-library connected to the apps;
76
-
- For local testing use the `:parcelize:publishToMavenLocal` gradle task - so that sample apps use the locally published version.
73
+
- For local testing use the `./publishToMavenLocal.sh` script - so that sample apps use the locally published version.
77
74
78
75
## Contributing
79
76
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