0

I'm using room database and need to add rxKotlin to my project, so when I use this code:

`implementation 'io.reactivex.rxjava2:rxkotlin:2.0.1'`

I get this error:

`ERROR: Failed to resolve: io.reactivex.rxjava2:rxkotlin:2.0.1`

how can I fix it?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Mohammad Derakhshan
  • 1,262
  • 11
  • 33

2 Answers2

0

That's the correct repo

implementation 'io.reactivex.rxjava2:rxkotlin:2.0.1-RC1'
gts13
  • 1,048
  • 1
  • 16
  • 29
0

Here you can find the list of versions you can choose from:

https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxkotlin

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62