I'm using the Koin Ktor extension in one of my ser...
# ktor
l
I'm using the Koin Ktor extension in one of my server projects. When I updated to the 2.0.0 beta, I'm getting errors because it looks like the Koin feature hasn't been updated to the new plugins architecture. Is there a way around this for now, perhaps a way to install a plugin made for Ktor 1.6.x?
The exact error:
Type mismatch.
Required:
Plugin<TypeVariable(P), TypeVariable(B), TypeVariable(F)>
Found:
Koin.Feature
a
Unfortunately, only the plugin maintainers can migrate it to 2.0.0.