You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ktor 2.0 has refactored the class names for Application, ApplicationCall, PipelineContext etc (now found in io.ktor.server) as per their migration guide.
Unfortunately KodeIn 7.11 DI with Ktor 2.0 doesn't compile. Is this something being looked at, or something that needs a pull request?
The text was updated successfully, but these errors were encountered:
Hello,
I would like to finish some work (#407) before releasing 8.0.0 (Ktor introduced lot of breaking changes), thus I published a SNAPSHOT version of Ktor 2.0.0 with Kodein-DI.
You can use it with le maven repository https://s01.oss.sonatype.org/content/repositories/snapshots/ under the version 8.0.0-ktor-2-SNAPSHOT.
Ktor 2.0 has refactored the class names for Application, ApplicationCall, PipelineContext etc (now found in io.ktor.server) as per their migration guide.
Unfortunately KodeIn 7.11 DI with Ktor 2.0 doesn't compile. Is this something being looked at, or something that needs a pull request?
The text was updated successfully, but these errors were encountered: