Skip to content

chore: update Roborazzi snapshots #479

chore: update Roborazzi snapshots

chore: update Roborazzi snapshots #479

Triggered via push December 17, 2025 13:00
Status Success
Total duration 33m 1s
Artifacts

checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
checks
This job uses deprecated functionality from the 'gradle/actions/setup-gradle' action. Consult the Job Summary for more details.
Build Android App
This job uses deprecated functionality from the 'gradle/actions/setup-gradle' action. Consult the Job Summary for more details.
Build iOS App
This job uses deprecated functionality from the 'gradle/actions/setup-gradle' action. Consult the Job Summary for more details.
Build iOS App
Run script build phase 'Generate Version' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'VersionGenerator' from project 'MoneyFlow')
Build iOS App
Accent color ‘AccentColor’ is not present in any asset catalogs.
Build iOS App
Cannot infer a bundle ID from packages of source files and exported dependencies, use the bundle name instead: MoneyFlowKit. Please specify the bundle ID explicitly using the -Xbinary=bundleId=<id> compiler flag.
Build iOS App
The number of threads 4 is more than the number of processors 3
Build iOS App: shared/src/iosMain/kotlin/com/prof18/moneyflow/utils/LocalAppLocale.ios.kt#L13
'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. Consider using the '-Xexpect-actual-classes' flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
Build iOS App: shared/src/commonMain/kotlin/com/prof18/moneyflow/presentation/addtransaction/components/TransactionTypeTabBar.kt#L54
'fun TabRow(selectedTabIndex: Int, modifier: Modifier = ..., containerColor: Color = ..., contentColor: Color = ..., indicator: ComposableFunction1<List<TabPosition>, Unit> = ..., divider: ComposableFunction0<Unit> = ..., tabs: ComposableFunction0<Unit>): Unit' is deprecated. Replaced with PrimaryTabRow and SecondaryTabRow.