Это говорит, чтобы добавить эту зависимость в моем файле build.gradle.
Код: Выделить всё
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
}
dependencies {
implementation(libs.play.services.cronet)
}
< /code>
К сожалению, эта ошибка отображается: < /p>
Unresolved reference: implementation
< /code>
и файл журнала говорит: < /p>
Line 7: implementation("com.google.android.gms:play-services-cronet:18.1.0")
^ Unresolved reference: implementation
Спасибо
Подробнее здесь: https://stackoverflow.com/questions/797 ... ding-depen
Мобильная версия