“Модернизация зависимости в Android Studio Kotlin” Ответ

Добавить модернизацию Android

implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
Proud Pelican

Модернизация зависимости в Android Studio Kotlin

// Retrofit
    implementation 'com.squareup.retrofit2:retrofit:2.6.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.6.0'
    implementation "com.squareup.okhttp3:logging-interceptor:4.5.0"
Ibk

Ответы похожие на “Модернизация зависимости в Android Studio Kotlin”

Вопросы похожие на “Модернизация зависимости в Android Studio Kotlin”

Больше похожих ответов на “Модернизация зависимости в Android Studio Kotlin” по Java

Смотреть популярные ответы по языку

Смотреть другие языки программирования