我正在使用会议室数据库,需要将rxKotlin添加到我的项目中,所以当我使用此代码时:
`implementation 'io.reactivex.rxjava2:rxkotlin:2.0.1'`
我收到此错误:
`ERROR: Failed to resolve: io.reactivex.rxjava2:rxkotlin:2.0.1`
我该如何解决?
答案 0 :(得分:0)
那是正确的仓库
implementation 'io.reactivex.rxjava2:rxkotlin:2.0.1-RC1'
答案 1 :(得分:0)
在这里您可以找到可以选择的版本列表:
https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxkotlin