brabo-hi
04/08/2022, 2:13 PMCould not find io.ktor:ktor-serialization-kotlinx-json:2.0.0-RC.1Aleksei Tirman [JB]
04/08/2022, 2:14 PM2.0.0 .brabo-hi
04/08/2022, 2:42 PMinstall(ContentNegotiation) {
json(Json {
}}
has been removed?Aleksei Tirman [JB]
04/08/2022, 2:43 PMAleksei Tirman [JB]
04/08/2022, 2:43 PMbrabo-hi
04/08/2022, 2:46 PMUnresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public fun Configuration.json(json: Json = ..., contentType: ContentType = ...): Unit defined in io.ktor.serialization.kotlinx.jsonAleksei Tirman [JB]
04/08/2022, 2:48 PMjson and Json reside at.Aleksei Tirman [JB]
04/08/2022, 2:49 PMbrabo-hi
04/08/2022, 3:33 PMimport io.ktor.client.plugins.contentnegotiation