Created
February 18, 2019 16:58
-
-
Save jeremyrempel/3b3ad7432c6b7828ab6a2d4c4e8631bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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