thevery
06/15/2018, 2:20 PMexception: java.lang.IllegalStateException: Could not find "http_client_native"
config:
library('nativelib') {
enableMultiplatform true
dependencies {
artifactnativelib "io.ktor.common.client:http_client_native:$kotlin_http_client_version"
}
}
program('nativetest') {
srcDir 'src/test/kotlin'
commonSourceSet 'test'
libraries {
artifact 'nativelib'
}
extraOpts '-tr'
dependencies {
artifactnativetest "io.ktor.common.client:http_client_native:$kotlin_http_client_version"
}
}
library
is ok, but program
if failingilya.matveev
06/15/2018, 2:35 PMthevery
06/15/2018, 2:44 PMe5l
06/15/2018, 2:55 PMthevery
06/15/2018, 3:42 PMe5l
06/21/2018, 7:12 AM0.1.11
version released with new gradle dsl, coroutines and bug fixes
https://github.com/e5l/http-client-common