@@ -3,41 +3,39 @@ apply from: '../publishing.gradle'
33apply plugin : ' org.jetbrains.dokka'
44
55buildscript {
6- ext. kotlin_version = " 1.3.0-rc-146 "
6+ ext. kotlin_version = " 1.3.0"
77
88 repositories {
99 mavenCentral()
1010 jcenter()
11- maven { url ' http://dl.bintray.com/kotlin/kotlin-eap' }
1211 }
1312
1413 dependencies {
1514 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
16- classpath " org.jetbrains.dokka:dokka-gradle-plugin:0.9.15 "
17- classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0 "
18- classpath " com.github.dcendents:android-maven-gradle-plugin:2.0 "
15+ classpath " org.jetbrains.dokka:dokka-gradle-plugin:0.9.17 "
16+ classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4 "
17+ classpath " com.github.dcendents:android-maven-gradle-plugin:2.1 "
1918 }
2019}
2120
2221repositories {
2322 mavenCentral()
2423 jcenter()
25- maven { url ' http://dl.bintray.com/kotlin/kotlin-eap' }
2624}
2725
2826dependencies {
2927 compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
30- compileOnly ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.30.0-eap13 '
28+ compileOnly ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0 '
3129
3230 compile " org.mockito:mockito-core:2.23.0"
3331
3432 testCompile ' junit:junit:4.12'
3533 testCompile ' com.nhaarman:expect.kt:1.0.0'
3634
3735 testCompile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
38- testCompile ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.30.0-eap13 '
36+ testCompile ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0 '
3937
40- testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:0.30.0-eap13 "
38+ testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.0 "
4139}
4240
4341dokka {
0 commit comments