All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iosMain.com.slack.circuit.retained.CanRetainChecker.ios.kt Maven / Gradle / Ivy

There is a newer version: 0.25.0
Show newest version
// Copyright (C) 2023 Slack Technologies, LLC
// SPDX-License-Identifier: Apache-2.0
package com.slack.circuit.retained

import androidx.compose.runtime.Composable

/** Checks whether or not we can retain in the current composable context. */
@Composable
public actual fun rememberCanRetainChecker(): CanRetainChecker {
  return CanRetainChecker.Always
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy