<@U9SQTEYRK> I guess you’re trying to use `kotlin-...
# scripting
i
@SrSouza I guess you’re trying to use
kotlin-compiler-embeddable
, right? If so, I recommend to do it with the regular compiler.
s
Yes, when i try to use the regular compiler i get a conflit problem with the compiler coroutines and ktor coroutines, i try to exclude from the compiler but the coroutines is compiled inside. i'll try to exclude coroutines from the ktor
i
If it doesn’t work for you, ping me up (maybe after 1.3-rc) and I’ll try to craft some custom code to resolve it.