Hey! I am using ktor ios engine to make get requests. However, making get requests using client.get<String>(url) results in cinterop error as the native compiler treats get as cinterop function instead of the ktor function. Is there a way to force the compiler? I could use call in the meantime I guess.
g
gildor
09/05/2018, 5:01 AM
#kotlin-native probably better channel for this question
gildor
09/05/2018, 5:02 AM
Also, I suppose import will help, you can also specify custom name for function if you have name conflict