Skip to content

Commit

Permalink
exports RxJava dependencies as api
Browse files Browse the repository at this point in the history
  • Loading branch information
ayedo committed Nov 3, 2019
1 parent b0321fa commit edf6893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
implementation 'org.slf4j:slf4j-api:1.7.25'
implementation 'org.postgresql:postgresql:42.2.8'
implementation 'io.reactivex.rxjava2:rxjava:2.2.13'
implementation 'io.reactivex.rxjava2:rxkotlin:2.4.0'
api 'io.reactivex.rxjava2:rxjava:2.2.13'
api 'io.reactivex.rxjava2:rxkotlin:2.4.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
testImplementation 'org.assertj:assertj-core:3.12.2'
Expand Down

0 comments on commit edf6893

Please sign in to comment.