We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0321fa commit edf6893Copy full SHA for edf6893
build.gradle
@@ -13,8 +13,8 @@ dependencies {
13
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
14
implementation 'org.slf4j:slf4j-api:1.7.25'
15
implementation 'org.postgresql:postgresql:42.2.8'
16
- implementation 'io.reactivex.rxjava2:rxjava:2.2.13'
17
- implementation 'io.reactivex.rxjava2:rxkotlin:2.4.0'
+ api 'io.reactivex.rxjava2:rxjava:2.2.13'
+ api 'io.reactivex.rxjava2:rxkotlin:2.4.0'
18
19
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
20
testImplementation 'org.assertj:assertj-core:3.12.2'
0 commit comments