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