From 4b163f620277ae8ce07cc5debaaa8fbbe45cb977 Mon Sep 17 00:00:00 2001 From: rca Date: Tue, 9 Jul 2024 05:32:40 +0900 Subject: [PATCH] =?UTF-8?q?=E9=A0=86=E5=BA=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 06cf1e4..ef4cf7a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,12 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. -plugins { - alias(libs.plugins.androidApplication) apply false - id 'com.google.dagger.hilt.android' version '2.44' apply false - alias(libs.plugins.androidLibrary) apply false -} - buildscript { dependencies { classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7" // TODO: カタログと差異が出ないようにする } } + +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