We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b383b81 commit 9c28937Copy full SHA for 9c28937
build.gradle.kts
@@ -39,7 +39,7 @@ val examplesImplementation by configurations.getting {
39
}
40
41
dependencies {
42
- implementation("io.reactivex.rxjava2:rxjava:2.2.10")
+ api("io.reactivex.rxjava2:rxjava:2.2.10")
43
implementation(kotlin("stdlib"))
44
45
testImplementation("org.funktionale:funktionale-partials:1.0.0-final")
gradle.properties
@@ -1,2 +1,2 @@
1
-version=2.4.0-beta.1
+version=2.4.0-RC3
2
org.gradle.jvmargs=-Xms256m -Xmx1024m -XX:MaxPermSize=256m
0 commit comments