From 26b6d471018102806e2199bc0169f66ef03cb563 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 12 Jun 2023 01:51:08 +0200 Subject: [PATCH] refactor: remove comments --- build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) 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 } }