We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43049ff commit 3afef34Copy full SHA for 3afef34
1 file changed
apps/flipcash/shared/featureflags/src/main/kotlin/com/flipcash/app/featureflags/FeatureFlag.kt
@@ -226,6 +226,7 @@ sealed interface FeatureFlag<T: Any> {
226
override val launched: Boolean = false
227
override val visible: Boolean = true
228
override val persistLogOut: Boolean = false
229
+ override val minTrack: FeatureTrack = FeatureTrack.Production
230
}
231
232
@FeatureFlagMarker
0 commit comments