russhwolf
10/18/2018, 5:27 PMkotlin-multiplatform gradle plugin. None of the ktor or coroutine dependencies resolve on the ios side when I build (./gradlew clean build test). I pushed a github repo of a minimal demo of what I'm trying to do, based on a fresh project with the IDEA "Kotlin (Mobile Android/iOS)" template. Here's the relevant commit: https://github.com/russhwolf/ktor-demo/commit/dfee772bfdc4fb97e6e84938780bd95b5589e0e6russhwolf
10/18/2018, 5:27 PMrusshwolf
10/18/2018, 5:49 PMenableFeaturePreview('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?e5l
10/18/2018, 5:57 PMktor-client-mock is jvm only module for now. I'll try to move it to common soonrusshwolf
10/18/2018, 6:03 PMrusshwolf
10/18/2018, 6:03 PM