Enable strong skipping mode

pull/2951/head
Alex Baker 1 year ago
parent 45911b149a
commit 4770acbd65

@ -22,6 +22,10 @@ kotlin {
} }
} }
composeCompiler {
enableStrongSkippingMode = true
}
android { android {
bundle { bundle {
language { language {

@ -1,19 +1,19 @@
restartable scheme("[androidx.compose.ui.UiComposable]") fun DueDateRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DueDateRow(
unstable <this>: TaskEditFragment unstable <this>: TaskEditFragment
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun PriorityRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PriorityRow(
unstable <this>: TaskEditFragment unstable <this>: TaskEditFragment
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun DescriptionRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DescriptionRow(
unstable <this>: TaskEditFragment unstable <this>: TaskEditFragment
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun ListRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ListRow(
unstable <this>: TaskEditFragment unstable <this>: TaskEditFragment
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun CreationRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CreationRow(
unstable <this>: TaskEditFragment unstable <this>: TaskEditFragment
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun Comments( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Comments(
unstable <this>: TaskEditFragment unstable <this>: TaskEditFragment
) )
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddAccountDialog( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddAccountDialog(
@ -21,13 +21,13 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddAccoun
stable selected: Function1<Platform, Unit> stable selected: Function1<Platform, Unit>
) )
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddAccountDialogPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddAccountDialogPreview()
restartable scheme("[androidx.compose.ui.UiComposable]") fun AddRandomReminderDialog( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddRandomReminderDialog(
unstable viewState: ViewState unstable viewState: ViewState
stable addAlarm: Function1<Alarm, Unit> stable addAlarm: Function1<Alarm, Unit>
stable closeDialog: Function0<Unit> stable closeDialog: Function0<Unit>
unused unstable <this>: AddReminderDialog unused unstable <this>: AddReminderDialog
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun AddCustomReminderDialog( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddCustomReminderDialog(
unstable viewState: ViewState unstable viewState: ViewState
stable addAlarm: Function1<Alarm, Unit> stable addAlarm: Function1<Alarm, Unit>
stable closeDialog: Function0<Unit> stable closeDialog: Function0<Unit>
@ -89,7 +89,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BodyText(
stable modifier: Modifier? = @static Companion stable modifier: Modifier? = @static Companion
stable text: String stable text: String
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun AddAlarmDialog( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AddAlarmDialog(
unstable viewState: ViewState unstable viewState: ViewState
unstable existingAlarms: List<Alarm> unstable existingAlarms: List<Alarm>
stable addAlarm: Function1<Alarm, Unit> stable addAlarm: Function1<Alarm, Unit>
@ -123,7 +123,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BeastMode
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NotificationsDisabledPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NotificationsDisabledPreview()
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BeastModePreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BeastModePreview()
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SubscriptionNagPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SubscriptionNagPreview()
restartable scheme("[androidx.compose.ui.UiComposable]") fun CheckBox( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CheckBox(
unstable task: Task unstable task: Task
stable onCompleteClick: Function0<Unit> stable onCompleteClick: Function0<Unit>
stable modifier: Modifier? = @static Companion stable modifier: Modifier? = @static Companion
@ -190,7 +190,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DisabledT
stable text: String stable text: String
stable modifier: Modifier? = @static Companion stable modifier: Modifier? = @static Companion
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun FilterChip( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun FilterChip(
unstable filter: Filter unstable filter: Filter
stable defaultIcon: Int stable defaultIcon: Int
stable showText: Boolean stable showText: Boolean
@ -203,7 +203,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compo
stable modifier: Modifier? = @static Companion stable modifier: Modifier? = @static Companion
stable content: @[ExtensionFunctionType] Function3<BoxScope, Composer, Int, Unit> stable content: @[ExtensionFunctionType] Function3<BoxScope, Composer, Int, Unit>
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun OutlinedSpinner( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun OutlinedSpinner(
stable text: String stable text: String
unstable options: List<String> unstable options: List<String>
stable onSelected: Function1<Int, Unit> stable onSelected: Function1<Int, Unit>
@ -216,7 +216,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun OutlinedN
} }
) )
restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Pager( restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Pager(
unstable state: PagerState unstable state: PagerState
stable modifier: Modifier? = @static Companion stable modifier: Modifier? = @static Companion
stable offscreenLimit: Int = @static 2 stable offscreenLimit: Int = @static 2
@ -224,12 +224,12 @@ restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiCo
) )
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Owner() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Owner()
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NotOwner() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NotOwner()
restartable scheme("[androidx.compose.ui.UiComposable]") fun PrincipalList( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PrincipalList(
unstable principals: List<PrincipalWithAccess> unstable principals: List<PrincipalWithAccess>
stable onRemove: Function1<PrincipalWithAccess, Unit>? stable onRemove: Function1<PrincipalWithAccess, Unit>?
unused stable <this>: ListSettingsComposables unused stable <this>: ListSettingsComposables
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun PrincipalRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PrincipalRow(
unstable principal: PrincipalWithAccess unstable principal: PrincipalWithAccess
stable onRemove: Function1<PrincipalWithAccess, Unit>? stable onRemove: Function1<PrincipalWithAccess, Unit>?
unused stable <this>: ListSettingsComposables unused stable <this>: ListSettingsComposables
@ -265,7 +265,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ConsentDi
) )
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SignInDialogPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SignInDialogPreview()
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DisclosurePreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DisclosurePreview()
restartable fun Spinner( restartable skippable fun Spinner(
unstable options: List<String> unstable options: List<String>
unstable values: List<T> unstable values: List<T>
selected: T selected: T
@ -305,7 +305,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun GreetingT
stable resId: Int stable resId: Int
unused unstable <this>: PurchaseText unused unstable <this>: PurchaseText
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun GooglePlayButtons( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun GooglePlayButtons(
stable nameYourPrice: MutableState<Boolean> stable nameYourPrice: MutableState<Boolean>
stable sliderPosition: MutableState<Float> stable sliderPosition: MutableState<Float>
unstable pagerState: PagerState unstable pagerState: PagerState
@ -362,7 +362,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TaskEditI
restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TaskEditRow( restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TaskEditRow(
stable iconRes: Int = @static 0 stable iconRes: Int = @static 0
stable icon: Function2<Composer, Int, Unit>? = @static composableLambda($composer, -269489378, true) { $composer: Composer?, $changed: Int -> stable icon: Function2<Composer, Int, Unit>? = @static composableLambda($composer, -269489378, true) { $composer: Composer?, $changed: Int ->
if ( $changed and 0b1011 != 0b0010 || ! $composer . skipping ) { if ( $changed and 0b0011 != 0b0010 || ! $composer . skipping ) {
TaskEditIcon ( iconRes , Companion . alpha ( ContentAlpha . <get-medium> ( $composer , ContentAlpha . $stable ) ) . padding ( 16 . dp , 20 . dp , 32 . dp , 20 . dp ) , $composer , 0 , 0 ) TaskEditIcon ( iconRes , Companion . alpha ( ContentAlpha . <get-medium> ( $composer , ContentAlpha . $stable ) ) . padding ( 16 . dp , 20 . dp , 32 . dp , 20 . dp ) , $composer , 0 , 0 )
} else { } else {
$composer . skipToGroupEnd ( ) $composer . skipToGroupEnd ( )
@ -406,7 +406,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compo
stable windowInsets: WindowInsets stable windowInsets: WindowInsets
stable content: Function2<Composer, Int, Unit> stable content: Function2<Composer, Int, Unit>
) )
restartable fun Content( restartable skippable fun Content(
unstable <this>: ModalBottomSheetWindow unstable <this>: ModalBottomSheetWindow
) )
fun <get-HiddenShape>( fun <get-HiddenShape>(
@ -493,7 +493,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TasksMenu
stable query: String stable query: String
stable onQueryChange: Function1<String, Unit> stable onQueryChange: Function1<String, Unit>
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun AlarmRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AlarmRow(
unstable vm: ReminderControlSetViewModel? = @dynamic viewModel(null, null, null, null, $composer, 0, 0b1111) unstable vm: ReminderControlSetViewModel? = @dynamic viewModel(null, null, null, null, $composer, 0, 0b1111)
stable hasNotificationPermissions: Boolean stable hasNotificationPermissions: Boolean
stable fixNotificationPermissions: Function0<Unit> stable fixNotificationPermissions: Function0<Unit>
@ -505,7 +505,7 @@ restartable scheme("[androidx.compose.ui.UiComposable]") fun AlarmRow(
stable openRingType: Function0<Unit> stable openRingType: Function0<Unit>
stable pickDateAndTime: Function1<@[ParameterName(name = 'replace')] Alarm?, Unit> stable pickDateAndTime: Function1<@[ParameterName(name = 'replace')] Alarm?, Unit>
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun Alarms( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Alarms(
unstable alarms: List<Alarm> unstable alarms: List<Alarm>
stable ringMode: Int stable ringMode: Int
unstable locale: Locale unstable locale: Locale
@ -521,7 +521,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AlarmRow(
) )
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoAlarms() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoAlarms()
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PermissionDenied() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PermissionDenied()
restartable scheme("[androidx.compose.ui.UiComposable]") fun AttachmentRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AttachmentRow(
unstable attachments: List<TaskAttachment> unstable attachments: List<TaskAttachment>
stable openAttachment: Function1<TaskAttachment, Unit> stable openAttachment: Function1<TaskAttachment, Unit>
stable deleteAttachment: Function1<TaskAttachment, Unit> stable deleteAttachment: Function1<TaskAttachment, Unit>
@ -549,17 +549,17 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CalendarR
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoCalendar() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoCalendar()
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NewCalendar() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NewCalendar()
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ExistingCalendar() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ExistingCalendar()
restartable scheme("[androidx.compose.ui.UiComposable]") fun CommentsRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CommentsRow(
unstable comments: List<UserActivity> unstable comments: List<UserActivity>
stable deleteComment: Function1<UserActivity, Unit> stable deleteComment: Function1<UserActivity, Unit>
stable openImage: Function1<Uri, Unit> stable openImage: Function1<Uri, Unit>
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun Comment( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Comment(
unstable comment: UserActivity unstable comment: UserActivity
stable deleteComment: Function1<UserActivity, Unit> stable deleteComment: Function1<UserActivity, Unit>
stable openImage: Function1<Uri, Unit> stable openImage: Function1<Uri, Unit>
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun DescriptionRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DescriptionRow(
stable text: String? stable text: String?
stable onChanged: Function1<CharSequence?, Unit> stable onChanged: Function1<CharSequence?, Unit>
unstable linkify: Linkify? unstable linkify: Linkify?
@ -585,13 +585,13 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun InfoRow(
unstable locale: Locale? = @dynamic getDefault() unstable locale: Locale? = @dynamic getDefault()
) )
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun InfoPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun InfoPreview()
restartable scheme("[androidx.compose.ui.UiComposable]") fun ListRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ListRow(
unstable list: Filter? unstable list: Filter?
stable colorProvider: Function1<Int, Int> stable colorProvider: Function1<Int, Int>
stable onClick: Function0<Unit> stable onClick: Function0<Unit>
) )
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ListPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ListPreview()
restartable scheme("[androidx.compose.ui.UiComposable]") fun LocationRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LocationRow(
unstable location: Location? unstable location: Location?
stable hasPermissions: Boolean stable hasPermissions: Boolean
stable onClick: Function0<Unit> stable onClick: Function0<Unit>
@ -669,7 +669,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun StartDate
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoStartDate() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoStartDate()
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun FutureStartDate() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun FutureStartDate()
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PastStartDate() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PastStartDate()
restartable scheme("[androidx.compose.ui.UiComposable]") fun SubtaskRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SubtaskRow(
unstable originalFilter: Filter? unstable originalFilter: Filter?
unstable filter: Filter? unstable filter: Filter?
stable hasParent: Boolean stable hasParent: Boolean
@ -683,14 +683,14 @@ restartable scheme("[androidx.compose.ui.UiComposable]") fun SubtaskRow(
stable addSubtask: Function0<Unit> stable addSubtask: Function0<Unit>
stable deleteSubtask: Function1<Task, Unit> stable deleteSubtask: Function1<Task, Unit>
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun NewSubtaskRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NewSubtaskRow(
unstable subtask: Task unstable subtask: Task
stable desaturate: Boolean stable desaturate: Boolean
stable addSubtask: Function0<Unit> stable addSubtask: Function0<Unit>
stable onComplete: Function1<Task, Unit> stable onComplete: Function1<Task, Unit>
stable onDelete: Function1<Task, Unit> stable onDelete: Function1<Task, Unit>
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun ExistingSubtaskRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ExistingSubtaskRow(
unstable task: TaskContainer unstable task: TaskContainer
stable indent: Int stable indent: Int
stable desaturate: Boolean stable desaturate: Boolean
@ -700,7 +700,7 @@ restartable scheme("[androidx.compose.ui.UiComposable]") fun ExistingSubtaskRow(
) )
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoSubtasks() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun NoSubtasks()
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SubtasksPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SubtasksPreview()
restartable scheme("[androidx.compose.ui.UiComposable]") fun TagsRow( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TagsRow(
unstable tags: List<TagData> unstable tags: List<TagData>
stable colorProvider: Function1<Int, Int> stable colorProvider: Function1<Int, Int>
stable onClick: Function0<Unit> stable onClick: Function0<Unit>
@ -724,14 +724,14 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CalendarP
stable selected: String? stable selected: String?
stable onSelected: Function1<AndroidCalendar?, Unit> stable onSelected: Function1<AndroidCalendar?, Unit>
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun CalendarPickerList( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CalendarPickerList(
unstable calendars: List<AndroidCalendar> unstable calendars: List<AndroidCalendar>
stable selected: String? stable selected: String?
stable onSelected: Function1<AndroidCalendar?, Unit> stable onSelected: Function1<AndroidCalendar?, Unit>
) )
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CalendarPickerPreview() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CalendarPickerPreview()
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CalendarPickerNoneSelected() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CalendarPickerNoneSelected()
restartable scheme("[androidx.compose.ui.UiComposable]") fun CustomRecurrence( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CustomRecurrence(
unstable state: ViewState unstable state: ViewState
stable save: Function0<Unit> stable save: Function0<Unit>
stable discard: Function0<Unit> stable discard: Function0<Unit>
@ -746,12 +746,12 @@ restartable scheme("[androidx.compose.ui.UiComposable]") fun CustomRecurrence(
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Header( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Header(
stable resId: Int stable resId: Int
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun WeekdayPicker( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun WeekdayPicker(
unstable daysOfWeek: List<DayOfWeek> unstable daysOfWeek: List<DayOfWeek>
unstable selected: List<DayOfWeek> unstable selected: List<DayOfWeek>
stable toggle: Function1<DayOfWeek, Unit> stable toggle: Function1<DayOfWeek, Unit>
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun MonthlyPicker( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun MonthlyPicker(
unstable monthDay: WeekDay? unstable monthDay: WeekDay?
stable dayNumber: Int stable dayNumber: Int
stable dayOfWeek: DayOfWeek stable dayOfWeek: DayOfWeek
@ -794,7 +794,7 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SortSheet
stable setAstridSort: Function1<Boolean, Unit> stable setAstridSort: Function1<Boolean, Unit>
stable onSelected: Function1<Int, Unit> stable onSelected: Function1<Int, Unit>
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun SortPicker( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SortPicker(
stable selected: Int stable selected: Int
unstable options: Map<Int, Int> unstable options: Map<Int, Int>
stable onClick: Function1<Int, Unit> stable onClick: Function1<Int, Unit>
@ -848,17 +848,17 @@ restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun OrderingB
stable onClick: Function0<Unit> stable onClick: Function0<Unit>
) )
restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PreviewSortBottomSheet() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PreviewSortBottomSheet()
restartable scheme("[androidx.compose.ui.UiComposable]") fun TagPicker( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TagPicker(
unstable viewModel: TagPickerViewModel unstable viewModel: TagPickerViewModel
stable onBackClicked: Function0<Unit> stable onBackClicked: Function0<Unit>
stable getTagIcon: Function1<TagData, Int> stable getTagIcon: Function1<TagData, Int>
stable getTagColor: Function1<TagData, Color> stable getTagColor: Function1<TagData, Color>
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun SearchBar( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SearchBar(
unstable viewModel: TagPickerViewModel unstable viewModel: TagPickerViewModel
stable onBack: Function0<Unit> stable onBack: Function0<Unit>
) )
restartable scheme("[androidx.compose.ui.UiComposable]") fun PickerBox( restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PickerBox(
unstable viewModel: TagPickerViewModel unstable viewModel: TagPickerViewModel
stable tags: State<List<TagData>> stable tags: State<List<TagData>>
stable getTagIcon: Function1<TagData, Int>? = @static { it: TagData -> stable getTagIcon: Function1<TagData, Int>? = @static { it: TagData ->

@ -1,10 +1,10 @@
{ {
"skippableComposables": 397, "skippableComposables": 435,
"restartableComposables": 531, "restartableComposables": 531,
"readonlyComposables": 0, "readonlyComposables": 0,
"totalComposables": 543, "totalComposables": 543,
"restartGroups": 531, "restartGroups": 531,
"totalGroups": 683, "totalGroups": 685,
"staticArguments": 793, "staticArguments": 793,
"certainArguments": 155, "certainArguments": 155,
"knownStableArguments": 4651, "knownStableArguments": 4651,
@ -17,9 +17,9 @@
"inferredUncertainClasses": 0, "inferredUncertainClasses": 0,
"effectivelyStableClasses": 95, "effectivelyStableClasses": 95,
"totalClasses": 397, "totalClasses": 397,
"memoizedLambdas": 581, "memoizedLambdas": 745,
"singletonLambdas": 208, "singletonLambdas": 208,
"singletonComposableLambdas": 99, "singletonComposableLambdas": 99,
"composableLambdas": 246, "composableLambdas": 246,
"totalLambdas": 732 "totalLambdas": 746
} }
Loading…
Cancel
Save