added an argument to the ShoppinglistShoplistFragment navigation

This commit is contained in:
2024-06-04 00:21:12 +02:00
parent 47e1283ba2
commit acb211c219
5 changed files with 19 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ import java.util.Properties
plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
id("androidx.navigation.safeargs")
}
val mqttProperties = Properties()