Andy Victors
05/29/2019, 11:14 AMimport io.ktor.client.features.logging.DEFAULT
import io.ktor.client.features.logging.LogLevel.HEADERS
import io.ktor.client.features.logging.Logger
import io.ktor.client.features.logging.Logging
The Ktor itself is found an compiled. MPP sourceSets include implementation "io.ktor:ktor-client-logging:$ktor_version"
. Invalidate Cache does not help. I'm on latest kotlin/ktor versions. Any ideas?russhwolf
05/29/2019, 3:11 PMAndy Victors
05/29/2019, 5:59 PM