diff --git a/build.gradle b/build.gradle index da73d9c..06cf1e4 100644 --- a/build.gradle +++ b/build.gradle @@ -3,4 +3,10 @@ plugins { alias(libs.plugins.androidApplication) apply false id 'com.google.dagger.hilt.android' version '2.44' apply false alias(libs.plugins.androidLibrary) apply false -} \ No newline at end of file +} + +buildscript { + dependencies { + classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7" // TODO: カタログと差異が出ないようにする + } +}