-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.stability
More file actions
33 lines (28 loc) · 1.09 KB
/
common.stability
File metadata and controls
33 lines (28 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// This file was automatically generated by Compose Stability Analyzer
// https://github.com/skydoves/compose-stability-analyzer
//
// Do not edit this file directly. To update it, run:
// ./gradlew :common:stabilityDump
@Composable
public fun com.ninecraft.booket.core.common.utils.HighlightedText(fullText: kotlin.String, highlightText: kotlin.String, highlightColor: androidx.compose.ui.graphics.Color): androidx.compose.ui.text.AnnotatedString
skippable: true
restartable: true
params:
- fullText: STABLE (String is immutable)
- highlightText: STABLE (String is immutable)
- highlightColor: STABLE (marked @Stable or @Immutable)
@Composable
public fun com.ninecraft.booket.core.common.utils.UiText.DirectString.asString(): kotlin.String
skippable: true
restartable: true
params:
@Composable
public fun com.ninecraft.booket.core.common.utils.UiText.StringResource.asString(): kotlin.String
skippable: true
restartable: true
params:
@Composable
public fun com.ninecraft.booket.core.common.utils.UiText.asString(): kotlin.String
skippable: true
restartable: true
params: