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

commonMain.com.slack.circuit.runtime.Screen.kt Maven / Gradle / Ivy

The newest version!
// Copyright (C) 2023 Slack Technologies, LLC
// SPDX-License-Identifier: Apache-2.0
package com.slack.circuit.runtime

import kotlin.DeprecationLevel.ERROR

@Deprecated(
  "Use Screen from the new package instead",
  ReplaceWith("Screen", "com.slack.circuit.runtime.screen.Screen"),
  ERROR,
)
public typealias Screen = com.slack.circuit.runtime.screen.Screen




© 2015 - 2024 Weber Informatics LLC | Privacy Policy