This library is not yet published. We should publish it on mavenCentral. This is where we tell developers to get our core SDK.
Solution
My current recommendation is to call it:
implementation("live.ditto:rxjava3-ditto:x.y.z")
Why RxJava3? RxJava2 has ended any further updates and most people are moving to RxJava3 and the android libraries are denoting their implementations with rxjava3 see:
Problem
This library is not yet published. We should publish it on
mavenCentral
. This is where we tell developers to get our core SDK.Solution
My current recommendation is to call it:
Why RxJava3? RxJava2 has ended any further updates and most people are moving to RxJava3 and the android libraries are denoting their implementations with
rxjava3
see: