如何在 android 中修复 "can't resolve rxkotlin"

how to fix "can't resolve rxkotlin" in android

我正在使用房间数据库,需要将 rxKotlin 添加到我的项目中,所以当我使用此代码时:

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

我收到这个错误:

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

我该如何解决?

这是正确的回购协议

implementation 'io.reactivex.rxjava2:rxkotlin:2.0.1-RC1'

您可以在此处找到可供选择的版本列表:

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