-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transpor projeto para as novas dependencias kotlinx. #1
Comments
You are missing your overriden method onCreateViewHolder from your adapter class |
it is gonna be like this:
|
replace your parent with p0. |
Solved 28/7/19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Este projeto é baseado nesse:
neuberfran/Marvel#1
quando eu subo as dependencias abaixo, de:
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:0.19.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.19.3'
implementation 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.8.2'
para:
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.2.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.1.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
obtenho o erro abaixo(prin screen) , e se transformo a classe CharactersAdapter em abstrata, obtenho erro em:
do pacote: CharactersActivity.
The text was updated successfully, but these errors were encountered: