Yesterday I wasted three hours not understanding why my ktor server didn't start. As it turned out - see private issue -the issue was damn simple: Ktor development mode was enabled and that's incompatible with graphql-kotlin doing a graph scan
Is that a known gotcha?