diff --git a/build.gradle.kts b/build.gradle.kts index 823b6b3e..019e2126 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,4 +1,3 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() @@ -7,9 +6,6 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:8.0.1") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20") - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files } }