Conflicting application feature is already installed with the same key as `Default Headers`
?
this happens on the first line in my ktor
application
block, definitly not duplicate registration in the code
seems like koin 3.0.2 pulls in kotlin 1.5.0 which messes up the classpath and confuses ktor
rolling that back fixed it for a while..
for some reason these settings have a impact.. especially language and api version
is set to 1.3 or 1.5 it works fine, but when it is set to 1.4 it causes the ktor app to reload at this point and feature before this get installed twice.. which leads to a error
Nikky
06/02/2021, 9:47 AM
not sure if that is worth reporting.. as its easy enough to set the languageLevel to 1.5 even when still using 1.4 and that fixes it