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
orangy
01/06/2019, 3:24 PM
Make sure you have latest ktor version. Next-to-latest had issues with MPP publishing
s
sngrekov
01/06/2019, 3:25 PM
yeah, I have 1.0.1
sngrekov
01/06/2019, 3:26 PM
will try to migrate
sngrekov
01/06/2019, 3:26 PM
thanks!
sngrekov
01/06/2019, 3:43 PM
didn't fixed unfortunately(
o
orangy
01/06/2019, 3:47 PM
Then we probably need to wait for @e5l to come from holidays…
s
sngrekov
01/06/2019, 3:51 PM
No worries, will wait . Thanks for quick response, though!👍