Browse Source

Upgrade to Kotlin 1.1.2-5

Changelog: https://github.com/JetBrains/kotlin/releases/tag/v1.1.2-5
pull/1505/head
Sebastien Deleuze 9 years ago
parent
commit
aa28b6cb54
  1. 2
      build.gradle

2
build.gradle

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.1.2-4'
ext.kotlinVersion = '1.1.2-5'
repositories {
maven { url "https://repo.spring.io/plugins-release" }
}

Loading…
Cancel
Save