From 17c61b12a7fa2b641618a99992901f4ab9a1fc92 Mon Sep 17 00:00:00 2001 From: dtvv Date: Sat, 29 Sep 2018 15:46:35 -0500 Subject: [PATCH 1/2] 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 } From 0fc4392a525075e4a8ac201157de8b4636bc32b5 Mon Sep 17 00:00:00 2001 From: dtvv Date: Sat, 29 Sep 2018 16:00:13 -0500 Subject: [PATCH 2/2] Adjust kotlin puglin version to compile proyect 2 --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 1ed2db8..f8fa21f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,8 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' +apply plugin: 'kotlin-kapt' // add this line + kapt { generateStubs = true