Yesterday I wasted three hours not understanding w...
# graphql-kotlin
j
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?
d
Yeah dev mode messes up classpath (moves your classes to some other location - guessing for hot reloading) https://github.com/ExpediaGroup/graphql-kotlin/issues/1543