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
* refactor: Versioning system moved to project-level build.gradle.kts file
This commit updates the versioning logic. The `toVersionCode` function is also added to the `Version`
class to calculate the version code based on the version components.
- Added Room schemas folder creation when it doesn't exist
- Updated deprecated code for the `clean` Gradle task
* chore/refactor: add Room dedicated plugin
This commit updates various changes, including:
- Moved hardcoded version to version declaration (version.ref) for the androidx-compose-material3 dependency
- Adding Room plugin to the project and configuring schema directory
- Removing custom RoomSchemaArgProvider and using the built-in Room schema functionality
- Updating versionCode to 20000 due to F-droid requirements
* feat(build): enable incremental schema for room using ksp
This commit enables incremental annotation processing for Room using ksp.
- Added `room.incremental`
argument to ksp configuration.
- Note that this is not yet supported by the Room plugin.
0 commit comments