Skip to content

Commit edf6893

Browse files
committed
exports RxJava dependencies as api
1 parent b0321fa commit edf6893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies {
1313
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
1414
implementation 'org.slf4j:slf4j-api:1.7.25'
1515
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'
16+
api 'io.reactivex.rxjava2:rxjava:2.2.13'
17+
api 'io.reactivex.rxjava2:rxkotlin:2.4.0'
1818

1919
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
2020
testImplementation 'org.assertj:assertj-core:3.12.2'

0 commit comments

Comments
 (0)