Implement main app navigation

This commit is contained in:
2026-05-08 14:03:26 +02:00
parent f7e866a08d
commit 794e27c554
90 changed files with 11725 additions and 187 deletions

View File

@@ -0,0 +1,8 @@
package dev.ulfrx.recipe.ui.components.glass
/**
* iOS actual: Kotlin/Native exposes whether the current binary was compiled
* for a debug configuration.
*/
@OptIn(kotlin.experimental.ExperimentalNativeApi::class)
actual val isDebugBuild: Boolean = kotlin.native.Platform.isDebugBinary