RR
Size: a a a
RR
DB
N
NT
N
DB
DB
A
RR
NM
A
DB
L
АК
АК
A
АК
A
A
Q
implementation 'com.squareup.retrofit2:converter-moshi:latest.version'
@JsonClass(generateAdapter = true)
data class BlackjackHand(
val hidden_card: Card,
val visible_cards: List<Card>
)
addConverterFactory(MoshiConverterFactory.create())
Почему я получаю эту ошибку?Caused by: java.lang.IllegalArgumentException: No JsonAdapter for kotlinx.coroutines.flow.Flow<....> (with no annotations)