Emiliano Schiavone
08/09/2021, 10:41 PMprivate val contentType = "application/json".toMediaType()
private val json = Json {
prettyPrint = true
ignoreUnknownKeys = true
}
..
..addConverterFactory(json.asConverterFactory(contentType))
But i cannot see the logs on logcat screen. Any idea how to display it?Dominaezzz
08/09/2021, 10:50 PM