Skip to content

Commit 43802dc

Browse files
committed
Updated dependencies to support final version of Kotlin 1.1.0
1 parent ea2a675 commit 43802dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.1.0-beta-38'
2+
ext.kotlin_version = '1.1.0'
33

44
repositories {
55
mavenCentral()
@@ -26,7 +26,7 @@ kotlin {
2626
dependencies {
2727
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2828
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
29-
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.6-beta'
29+
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.12'
3030
testCompile "junit:junit:4.12"
3131
}
3232

@@ -37,4 +37,4 @@ task sourcesJar(type: Jar, dependsOn: classes) {
3737

3838
artifacts {
3939
archives sourcesJar
40-
}
40+
}

0 commit comments

Comments
 (0)