From 17c61b12a7fa2b641618a99992901f4ab9a1fc92 Mon Sep 17 00:00:00 2001 From: dtvv Date: Sat, 29 Sep 2018 15:46:35 -0500 Subject: [PATCH] Adjust kotlin puglin version to compile proyect --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 635a6c8..a977936 100644 --- a/build.gradle +++ b/build.gradle @@ -8,9 +8,9 @@ buildscript { } ext.kotlin_version = '1.2.51' dependencies { - classpath 'com.android.tools.build:gradle:3.1.4' + classpath 'com.android.tools.build:gradle:3.2.0' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.60" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.51" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }