diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-01-12 16:41:54 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-01-12 16:41:54 +0300 |
commit | 67a983e9c91d36920823bedb38a2a04588498a96 (patch) | |
tree | 2e0540f08dd28f64653175107cc9fe8cce0b8205 /gradle.properties | |
parent | 408c0bd728696b82c1ced98bd1d96ca087673d74 (diff) | |
download | dokka-67a983e9c91d36920823bedb38a2a04588498a96.tar.gz dokka-67a983e9c91d36920823bedb38a2a04588498a96.tar.bz2 dokka-67a983e9c91d36920823bedb38a2a04588498a96.zip |
Updated Kotlin Compiler to 1.1-M04
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index d0802eb0..1ea90414 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ dokka_version=0.9.11 dokka_publication_channel=dokka #Kotlin compiler and plugin -kotlin_version=1.1-M03 +kotlin_version=1.1-M04 ant_version=1.9.6 |