Hi there, I'm trying to migrate from Kodein 4 to 5...
# kodein
k
Hi there, I'm trying to migrate from Kodein 4 to 5, but I'm struggling with a StackOverflowError… My App implements KodeinAware, and so has a :
Copy code
override val kodein by Kodein.lazy {
  // bunch of modules
}