Skip to content

Instantly share code, notes, and snippets.

@jeremyrempel
Created February 18, 2019 16:58
Show Gist options
  • Save jeremyrempel/3b3ad7432c6b7828ab6a2d4c4e8631bd to your computer and use it in GitHub Desktop.
Save jeremyrempel/3b3ad7432c6b7828ab6a2d4c4e8631bd to your computer and use it in GitHub Desktop.
commonMainImplementation "io.ktor:ktor-client-core:$ktor_version"
androidMainImplementation "io.ktor:ktor-client-android:$ktor_version"
androidMainImplementation "io.ktor:ktor-client-json-jvm:$ktor_version"
iosMainImplementation "io.ktor:ktor-client-ios:$ktor_version"
iosMainImplementation "io.ktor:ktor-client-json-native:$ktor_version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment