getditto / rxjavaditto

RxJava 3 extension methods for Kotlin with a Jetpack Compose Example
MIT License
1 stars 0 forks source link

Problem: This library is not published on a repository #4

Open mbalex99 opened 3 years ago

mbalex99 commented 3 years ago

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:

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:

androidx.compose.runtime.rxjava3
okdistribute commented 2 years ago

Is this still an issue? Should we move this to 'good first issue' for someone?