From 026b0e209f5843b4bff52d1cd98e9ab893a132d1 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Fri, 26 Jan 2018 23:15:16 -0800 Subject: [PATCH] Reverting back to Kotlin 1.2.10. --- kobalt/src/Build.kt | 2 +- src/main/resources/kobalt.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index f9c356c2..7eef4de7 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -25,7 +25,7 @@ val bs = buildScript { } object Versions { - val kotlin = "1.2.20" + val kotlin = "1.2.10" val okhttp = "3.9.0" val okio = "1.13.0" val retrofit = "2.3.0" diff --git a/src/main/resources/kobalt.properties b/src/main/resources/kobalt.properties index fdec1084..124190ae 100644 --- a/src/main/resources/kobalt.properties +++ b/src/main/resources/kobalt.properties @@ -1 +1 @@ -kobalt.version=1.0.101 +kobalt.version=1.0.102