Remove default build.gradle comments

This commit is contained in:
Kirill Kamakin
2021-11-20 09:53:20 +03:00
parent 2250fcfaa9
commit a6ad10209e

View File

@@ -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
}
}