refactor: remove comments

This commit is contained in:
oSumAtrIX 2023-06-12 01:51:08 +02:00
parent fd86684f73
commit 26b6d47101
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

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