Update kotlin to 1.1.4 version.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
Yahor Berdnikau 2017-08-16 20:59:49 +02:00
parent 6b8d953751
commit 2b484ad667
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ext.versions = [
androidSupport : "22.2.1",
kotlin : "1.1.3-2",
kotlin : "1.1.4",
retrofit : "2.1.0",
jackson : "2.9.0",

View File

@ -52,6 +52,7 @@ dependencies {
compile other.kotlinStdlib
testCompile other.kotlinReflect
testCompile testing.junit
testCompile testing.kotlinJunit
testCompile testing.mockitoKotlin