Hey! I am using ktor ios engine to make get reques...
# ktor
m
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
#kotlin-native probably better channel for this question
Also, I suppose import will help, you can also specify custom name for function if you have name conflict