File tree 4 files changed +6
-6
lines changed
reactive/kotlinx-coroutines-reactor
ui/kotlinx-coroutines-android/android-unit-tests
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ tasks.jmhJar {
72
72
73
73
dependencies {
74
74
compile(" org.openjdk.jmh:jmh-core:1.21" )
75
- compile(" io.projectreactor:reactor-core:${property( " reactor_vesion " )} " )
75
+ compile(" io.projectreactor:reactor-core:${version( " reactor " )} " )
76
76
compile(" io.reactivex.rxjava2:rxjava:2.1.9" )
77
77
compile(" com.github.akarnokd:rxjava2-extensions:0.20.8" )
78
78
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ html_version=0.6.8
15
15
lincheck_version =2.7.1
16
16
dokka_version =0.9.16-rdev-2-mpp-hacks
17
17
byte_buddy_version =1.10.9
18
- reactor_vesion =3.2.5.RELEASE
18
+ reactor_version =3.2.5.RELEASE
19
19
reactive_streams_version =1.0.2
20
20
rxjava2_version =2.2.8
21
21
rxjava3_version =3.0.2
Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
dependencies {
6
- compile " io.projectreactor:reactor-core:$r eactor_vesion "
6
+ compile " io.projectreactor:reactor-core:$r eactor_version "
7
7
compile project(' :kotlinx-coroutines-reactive' )
8
8
}
9
9
10
10
tasks. withType(dokka. getClass()) {
11
11
externalDocumentationLink {
12
- url = new URL (" https://projectreactor.io/docs/core/$r eactor_vesion /api/" )
12
+ url = new URL (" https://projectreactor.io/docs/core/$r eactor_version /api/" )
13
13
packageListUrl = projectDir. toPath(). resolve(" package.list" ). toUri(). toURL()
14
14
}
15
15
}
Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
dependencies {
6
- testImplementation(" com.google.android:android:${property( " android_version " )} " )
7
- testImplementation(" org.robolectric:robolectric:${property( " robolectric_version " )} " )
6
+ testImplementation(" com.google.android:android:${version( " android " )} " )
7
+ testImplementation(" org.robolectric:robolectric:${version( " robolectric " )} " )
8
8
testImplementation(project(" :kotlinx-coroutines-test" ))
9
9
testImplementation(project(" :kotlinx-coroutines-android" ))
10
10
}
You can’t perform that action at this time.
0 commit comments