From 949879e126c2caf401c6b8184d6c79bb22fd6eeb Mon Sep 17 00:00:00 2001 From: Mike Hearn <mike@r3cev.com> Date: Wed, 14 Jun 2017 16:34:57 +0200 Subject: [PATCH] Downgrade to Kotlin 1.1.1 to avoid IntelliJ gradle sync errors (KT-18475) --- constants.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.properties b/constants.properties index 20285f8fef..c0de1c8c65 100644 --- a/constants.properties +++ b/constants.properties @@ -1,5 +1,5 @@ gradlePluginsVersion=0.12.4 -kotlinVersion=1.1.2 +kotlinVersion=1.1.1 guavaVersion=21.0 bouncycastleVersion=1.56 typesafeConfigVersion=1.3.1