Skip to content

Commit

Permalink
chore: init RxJava
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Apr 25, 2024
1 parent 06a3049 commit c052b5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ dependencies {
implementation("org.apache.jena:apache-jena-libs:5.0.0")
implementation("org.apache.jena:jena-arq:5.0.0")

// Add reactive support.
implementation("io.reactivex.rxjava3:rxjava:3.1.8")

// Initialize testing.
testImplementation("org.jetbrains.kotlin:kotlin-test")
}
Expand Down

0 comments on commit c052b5e

Please sign in to comment.