Refactors The project now has a Telegram group: https://t.me/os_decouple ### Organization - `demo-web` has been moved to `demo/web` (#61, !38) - `material` has been moved to `style/material` (#61, !38) - Removed the root package folders for each module (#62, !39) - `opensavvy.decouple.navigation` has been extracted to its own module `core/navigation` (#59, !39) - `opensavvy.decouple.utils` has been extracted to its own module `core/persistence` (#64, !39) - Renamed the `opensavvy.decouple.core.basic` package (#63, !39) - Extracted the color management from `material` to `material-common` (#66, !41) - Extracted the TailwindCSS implementation of `material` to its own module `material-tailwind` (#66, !41) ### Build & deployment - Announce accepted merge requests on our Telegram group (#60, !37) - Fixed invalid source link in material (!39) - Configured the CODEOWNERS file (#71, !40)