KidShift/build.gradle

12 lines
465 B
Groovy
Raw Permalink Normal View History

2024-06-05 05:36:41 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2024-07-08 20:32:23 +00:00
buildscript {
dependencies {
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7" // TODO: カタログと差異が出ないようにする
}
}
2024-07-08 20:32:40 +00:00
plugins {
alias(libs.plugins.androidApplication) apply false
id 'com.google.dagger.hilt.android' version '2.44' apply false
alias(libs.plugins.androidLibrary) apply false
}