Я хочу использовать Room в своем приложении, и я добавил эти зависимости:
implementation 'android.arch.persistence.room:runtime:1.1.1'
annotationProcessor 'android.arch.persistence.room:compiler:1.1.1'
google()
Но при нажатии кнопки запуска отображается сообщение об ошибке ниже:
Could not find compiler.jar (android.arch.persistence.room:compiler:1.1.1).
Searched in the following locations:
https://dl.google.com/dl/android/maven2/android/arch/persistence/room/compiler/1.1.1/compiler-1.1.1.jar
Как я могу исправить это?