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
* Chore: Code maintenance, dependency updates, and build config
This commit bundles several updates:
1. **Apply Spotless Formatting:**
* Ran `./gradlew :androidApp:spotlessApply` to enforce code style consistency.
2. **Configure ktlint via `.editorconfig`:**
* Added `.editorconfig` to the Fruitties project.
* Configured ktlint to ignore function naming rules for Composable functions.
* Disabled the standard multiline expression wrapping rule to allow for better readability in specific assignment cases.
3. **Update Dependencies:**
* Updated various dependencies in `libs.versions.toml`:
* agp: 8.9.1
* androidx-activityCompose: 1.10.1
* androidx-paging: 3.3.6
* androidx-room: to 2.7.0
* androidx-lifecycle: 2.9.0-beta01
* compose: 1.7.8
* compose-material3: 1.3.2
* dataStore: 1.1.4
* kotlin: 2.1.10
* ksp: 2.1.10-1.0.30
* pagingComposeAndroid: 3.3.6
* skie: 0.10.1
* sqlite: 2.5.0
4. **Set iOS Framework Bundle ID:**
* Explicitly set the `bundleId` for iOS frameworks to `com.example.fruitties.ios` using `binaryOptions["bundleId"]`.
* This resolves the compiler warning: "Please specify the bundle ID explicitly using the -Xbinary=bundleId=<id> compiler flag."
0 commit comments