ktor-init-tools icon indicating copy to clipboard operation
ktor-init-tools copied to clipboard

Add missing ContentNegotiationFeature features import

Open UnlikeMars opened this issue 3 years ago • 0 comments

Currently, when no other feature then ContentNegotiation is selected, the generated project is not compilable since it is missing the io.ktor.features.* import.

This PR adds the required import to the ContentNegotiationFeature code. References issue #26.

UnlikeMars avatar Oct 31 '20 11:10 UnlikeMars