thevery
06/14/2018, 11:53 PMhttp-client-common
doesn't work anymore after update (error: unresolved reference: io import io.ktor.common.client.HttpClient
):
konanArtifacts {
program('app') {
dependencies {
artifactapp "io.ktor.common.client:http_client_native:0.1.5"
}
}
}
@e5l @olonho could you please check/verify or provide update/workaround?napperley
06/15/2018, 1:30 AMe5l
06/15/2018, 4:39 AMolonho
06/15/2018, 6:42 AMe5l
06/15/2018, 6:55 AM0.1.6
version available
https://bintray.com/e5l/http-client-commonthevery
06/15/2018, 11:00 AMenableFeaturePreview('GRADLE_METADATA')
mention to docs since mpp doesn't work without it?napperley
06/15/2018, 8:51 PM