Browse Source

Upgrade Kotlin to 1.1.2-eap-73

pull/1392/head
Sebastien Deleuze 9 years ago
parent
commit
09b0364ad7
  1. 2
      build.gradle

2
build.gradle

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.1.2-eap-69'
ext.kotlinVersion = '1.1.2-eap-73'
repositories {
maven { url "https://repo.spring.io/plugins-release" }
maven { url "https://dl.bintray.com/kotlin/kotlin-eap-1.1" }

Loading…
Cancel
Save