Hi. I have the following warning when building a G...
# ktor
m
Hi. I have the following warning when building a Gradle module in an MP project
Copy code
warning: this class can only be used with the compiler argument '-Xuse-experimental=kotlin.Experimental'
@UseExperimental(KtorExperimentalAPI::class)
I’m trying to use IosHttpRequestException, but adding the mentioned option in
kotlinOptions.freeCompilerArgs
seems not to work. Any suggestion to fix the warning? Thanks.
e
m
Got it, I will read the link. Thanks
😉 1