Skip to content

Commit f793612

Browse files
committed
Use 1.1.0 kotlin
1 parent 9713bc4 commit f793612

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kotlinx-collections-immutable/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
buildscript {
2-
ext.kotlin_version = "1.1.0-rc-91"
2+
ext.kotlin_version = "1.1.0"
33

44
repositories {
55
jcenter()
6-
maven { url 'http://dl.bintray.com/kotlin/kotlin-eap-1.1' }
76
}
87
dependencies {
98
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

0 commit comments

Comments
 (0)