Hi! I'am trying to use io.ktor:ktor-client-logging...
# ktor
s
Hi! I'am trying to use io.ktor:ktor-client-logging on multiplatform project, and it fails to build. On ./gradlew clean androidappinstallLocalDebug 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
o
Make sure you have latest ktor version. Next-to-latest had issues with MPP publishing
s
yeah, I have 1.0.1
will try to migrate
thanks!
didn't fixed unfortunately(
o
Then we probably need to wait for @e5l to come from holidays…
s
No worries, will wait . Thanks for quick response, though!👍