I am using version 2.0.0-eap-278. It looks like `d...
# ktor
t
I am using version 2.0.0-eap-278. It looks like
defaultRequest
was moved from features package to plugins package. However, now
attributes
in the
defaultRequest
block is unresolved. I think this is a bug as it was there previously. How to fix this?
a
@Rustam Siniukov
r
Thanks. Open the PR to fix it https://github.com/ktorio/ktor/pull/2734
t
Thanks for the fix!