Hi! I'am trying to use io.ktor:ktor-client-logging on multiplatform project, and it fails to build. On ./gradlew clean android
appinstallLocalDebug it shows
KotlinConfApi.kt: (6, 40): Unresolved reference: DEFAULT
KotlinConfApi.kt: (7, 40): Unresolved reference: LogLevel
KotlinConfApi.kt: (8, 40): Unresolved reference: Logger
KotlinConfApi.kt: (9, 40): Unresolved reference: Logging
But in IJ imports are ok
I got KotlinConf sample and added dependency as shown on
https://ktor.io/clients/http-client/features/logging.html