We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2a675 commit 43802dcCopy full SHA for 43802dc
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = '1.1.0-beta-38'
+ ext.kotlin_version = '1.1.0'
3
4
repositories {
5
mavenCentral()
@@ -26,7 +26,7 @@ kotlin {
26
dependencies {
27
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
28
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
29
- compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.6-beta'
+ compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.12'
30
testCompile "junit:junit:4.12"
31
}
32
@@ -37,4 +37,4 @@ task sourcesJar(type: Jar, dependsOn: classes) {
37
38
artifacts {
39
archives sourcesJar
40
-}
+}
0 commit comments