-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstability.config.conf
More file actions
32 lines (26 loc) · 919 Bytes
/
stability.config.conf
File metadata and controls
32 lines (26 loc) · 919 Bytes
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
// Stability Configuration for Reed-Android
// This file declares classes that should be considered stable by the Compose Compiler
// https://developer.android.com/develop/ui/compose/performance/stability/fix#configuration-file
// Kotlin standard library
kotlin.Pair
kotlin.Triple
kotlin.Result
// Kotlinx collections
kotlinx.collections.immutable.*
// Kotlinx coroutines
kotlinx.coroutines.flow.StateFlow
kotlinx.coroutines.flow.Flow
kotlinx.coroutines.flow.MutableStateFlow
kotlinx.coroutines.flow.SharedFlow
kotlinx.coroutines.flow.MutableSharedFlow
// Project model classes
com.ninecraft.booket.core.model.*
com.ninecraft.booket.core.domain.model.*
// Circuit
com.slack.circuit.runtime.CircuitUiState
com.slack.circuit.runtime.CircuitUiEvent
// Android architecture components
androidx.lifecycle.LiveData
androidx.lifecycle.MutableLiveData
androidx.compose.runtime.State
androidx.compose.runtime.MutableState