Skip to content

Instantly share code, notes, and snippets.

@jeremyrempel
Created February 18, 2019 16:57
Show Gist options
  • Save jeremyrempel/98bb88e2ca4afeace8ef89f8f5d3ec04 to your computer and use it in GitHub Desktop.
Save jeremyrempel/98bb88e2ca4afeace8ef89f8f5d3ec04 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