Emiliano Schiavone
08/09/2021, 10:57 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?Alex Nabrozidis
08/10/2021, 7:19 AMEmiliano Schiavone
08/10/2021, 12:13 PM