From 052d26c708e809159a2e7aadf1cc5ef419a0570b Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Thu, 7 Jun 2018 22:23:40 -0500 Subject: [PATCH] Upgrade to Kotlin 1.2.41 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 82209b08a..00b5b964a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ COMPILE_SDK_VERSION = 27 DAGGER_VERSION = 2.9 BUILD_TOOLS_VERSION = 27.0.3 -KOTLIN_VERSION = 1.1.2-4 +KOTLIN_VERSION = 1.2.41 SUPPORT_LIBRARY_VERSION = 27.1.1 org.gradle.parallel=false