Skip to content

Instantly share code, notes, and snippets.

@danailalexiev
Created October 5, 2022 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danailalexiev/2db77488b9b00e0a6a517b4463a8428a to your computer and use it in GitHub Desktop.
Save danailalexiev/2db77488b9b00e0a6a517b4463a8428a to your computer and use it in GitHub Desktop.
Kotlin Multiplatform Platform-specific Logging Expected Declaration
package com.infinitelambda.chuck.util
import io.ktor.client.plugins.logging.*
internal const val TAG = "ChuckNorrisClient HTTP"
internal expect object HttpLogger: Logger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment