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

@@ -1,4 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
dependencies {
val nav_version = "2.7.7"
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version")
}
}
plugins {
id("com.android.application") version "8.3.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false