Compose Compiler Report - MusicSearch

Skippable Composables 4
Restartable Composables 4
Readonly Composables 0
Total Composables 9
Restart Groups 4
Total Groups 15
Static Arguments 2
Certain Arguments 0
Known Stable Arguments 12
Known Unstable Arguments 0
Unknown Stable Arguments 2
Total Arguments 14
Marked Stable Classes 1
Inferred Stable Classes 1
Inferred Unstable Classes 0
Inferred Uncertain Classes 0
Effectively Stable Classes 2
Total Classes 2
Memoized Lambdas 2
Singleton Lambdas 0
Singleton Composable Lambdas 0
Composable Lambdas 2
Total Lambdas 2

package name composable skippable restartable readonly inline isLambda hasDefaults defaultsGroup groups calls
ly.david.musicsearch.ui.core.theme.appColorScheme appColorScheme 1 0 0 0 0 0 0 0 5 3
ly.david.musicsearch.ui.core.theme.BaseTheme BaseTheme 1 1 1 0 0 0 1 0 2 2
ly.david.musicsearch.ui.core.theme.getSubTextColor getSubTextColor 1 0 0 0 0 0 0 0 1 1
ly.david.musicsearch.ui.core.theme.PreviewTheme PreviewTheme 1 1 1 0 0 0 1 0 2 2
ly.david.musicsearch.ui.core.theme.TextStyles.getHeaderTextStyle getHeaderTextStyle 1 0 0 0 0 0 0 0 1 1
ly.david.musicsearch.ui.core.theme.TextStyles.getCardBodyTextStyle getCardBodyTextStyle 1 0 0 0 0 0 0 0 1 1
ly.david.musicsearch.ui.core.theme.TextStyles.getCardBodySubTextStyle getCardBodySubTextStyle 1 0 0 0 0 0 0 0 1 1

No composable found with issues 😁
1.

fun appColorScheme

Non Skippable Non Restartable

No. Stability Parameter Type
1 STABLE darkTheme Boolean = @dynamic isSystemInDarkTheme($composer, 0)
2 STABLE materialYou Boolean = @static true
2.

fun BaseTheme

Skippable Restartable

No. Stability Parameter Type
1 STABLE darkTheme Boolean = @dynamic isSystemInDarkTheme($composer, 0)
2 STABLE materialYou Boolean = @static true
3 STABLE content Function2<Composer, Int, Unit>
3.

fun getSubTextColor

Non Skippable Non Restartable

4.

fun PreviewTheme

Skippable Restartable

No. Stability Parameter Type
1 STABLE darkTheme Boolean = @dynamic isSystemInDarkTheme($composer, 0)
2 STABLE content Function2<Composer, Int, Unit>
5.

fun getHeaderTextStyle

Non Skippable Non Restartable

6.

fun getCardBodyTextStyle

Non Skippable Non Restartable

7.

fun getCardBodySubTextStyle

Non Skippable Non Restartable


No Unstable classes found
1.

Stable class ExtendedColors

No. Status Field Type
1 STABLE val artist Color
2 STABLE val area Color
3 STABLE val collection Color
4 STABLE val event Color
5 STABLE val genre Color
6 STABLE val instrument Color
7 STABLE val label Color
8 STABLE val place Color
9 STABLE val recording Color
10 STABLE val release Color
11 STABLE val releaseGroup Color
12 STABLE val series Color
13 STABLE val work Color
14 STABLE val url Color
2.

Stable class TextStyles