feature/parent_child #159

Merged
Fujimatsu merged 21 commits from feature/parent_child into main 2024-07-08 20:37:30 +00:00
Showing only changes of commit 075bae4d2d - Show all commits

View File

@ -3,4 +3,10 @@ plugins {
alias(libs.plugins.androidApplication) apply false alias(libs.plugins.androidApplication) apply false
id 'com.google.dagger.hilt.android' version '2.44' apply false id 'com.google.dagger.hilt.android' version '2.44' apply false
alias(libs.plugins.androidLibrary) apply false alias(libs.plugins.androidLibrary) apply false
} }
buildscript {
dependencies {
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7" // TODO:
}
}