Yeah, I guess it would be quite a project in that case... I was just thinking about this since now there's enough good libraries to provide most of Micronaut's features in Ktor, one of them was it's config management that I use hoplite to replace... but Micronaut still has the advantage that it avoids reflection...
and also, now that Ktor supports compiling to native code, hoplite would probably need to be dropped when native is a requirement.