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?