Skip to content

Commit

Permalink
Kotlin compilation workaround,see https://youtrack.jetbrains.com/issu…
Browse files Browse the repository at this point in the history
  • Loading branch information
iromeo committed Nov 21, 2017
1 parent faa5841 commit 4c31d6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
buildscript {
ext.kotlin_version = '1.1.+'
ext.kotlin_version = '1.1.51'
// See https://youtrack.jetbrains.com/issue/KT-21369
// ext.kotlin_version = '1.1.+'

repositories {
jcenter()
Expand Down

0 comments on commit 4c31d6d

Please sign in to comment.