schlan
10/13/2018, 10:51 AMHttpClient
in the common source folder.
Compiling the jar works but when building for iOS I run into this error:
./gradlew :kotlin-native-common:linkDebugFrameworkIos
....
> Task :kotlin-native-common:linkDebugFrameworkIos
kotlin-native-v2-common/src/commonMain/kotlin/com/sebchlan/chat/Chat.kt:3:8: error: unresolved reference: io
import io.ktor.client.HttpClient
^
kotlin-native-v2-common/src/commonMain/kotlin/com/sebchlan/chat/Chat.kt:8:15: error: unresolved reference: HttpClient
val bla = HttpClient {
^
gildor
10/13/2018, 1:00 PMgildor
10/13/2018, 1:01 PMolonho
10/13/2018, 6:40 PMschlan
10/13/2018, 8:17 PMgildor
10/14/2018, 1:59 AMolonho
10/14/2018, 7:22 AM