straw/shared/src/androidMain/kotlin/net/newpipe/Constants.kt
Aayush Gupta 011165ca51 Initial setup for navigation display with nav3
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2026-05-19 12:27:29 +08:00

11 lines
208 B
Kotlin

/*
* SPDX-FileCopyrightText: 2026 NewPipe e.V. <https://newpipe-ev.de>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package net.newpipe
object Constants {
const val INTENT_SCREEN_KEY = "SCREEN"
}