From a6ad10209ec80bf40e9fa883d4a1f90757157fa7 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Sat, 20 Nov 2021 09:53:20 +0300 Subject: [PATCH] Remove default build.gradle comments --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index 916020f..68054d6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,3 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { // https://developer.android.com/jetpack/androidx/releases/navigation ext.nav_version = "2.4.0-beta02" @@ -21,9 +20,6 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files } }