From 677b2d8f8e8847390e7f42a3191fd5f6281b6fac Mon Sep 17 00:00:00 2001 From: Mygod Date: Fri, 29 May 2020 01:12:00 -0400 Subject: [PATCH] Refine build gradle file --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2e49fb45..7ba90adc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,12 +12,12 @@ buildscript { } dependencies { + classpath(kotlin("gradle-plugin", kotlinVersion)) classpath("com.android.tools.build:gradle:4.0.0") classpath("com.github.ben-manes:gradle-versions-plugin:0.28.0") classpath("com.google.firebase:firebase-crashlytics-gradle:2.1.1") classpath("com.google.android.gms:oss-licenses-plugin:0.10.2") classpath("com.google.gms:google-services:4.3.3") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") } }