I can re-ask in #multiplatform if it seems like the problem isn't ktor-specific
russhwolf
10/18/2018, 5:49 PM
Update: I was missing
enableFeaturePreview('GRADLE_METADATA')
in my
settings.gradle
🤦
However, after adding that I still can't resolve
ktor-client-mock
dependencies from my common code during the ios build. So is that only available on JVM after all?
e
e5l
10/18/2018, 5:57 PM
Hi @russhwolf. Sorry for the delay 🙂
ktor-client-mock
is jvm only module for now. I'll try to move it to common soon
r
russhwolf
10/18/2018, 6:03 PM
Sounds good. That'd be really helpful to have in common to support shared testing. But I certainly know how much work it can be to migrate those things so I'll be patient 🙂