Hey <@U0BLRBFMM>, I'm having some strange issues w...
# kodein
k
Hey @salomonbrys, I'm having some strange issues with kodein-conf Line where I setup the
ConfigurableKodein
and bind `Logger`:

https://i.imgur.com/ACX22Vb.png

The line where the exception occurs (I found it by setting breakpoints since the stack trace was showing the issue to be at the bottom of the class):

https://i.imgur.com/XtqpdyC.png

Copy code
[23:06:58 WARN]: [Gamelet] Task #2 for Gamelet v2.0-SNAPSHOT generated an exception
java.lang.NoSuchMethodError: com.github.salomonbrys.kodein.Kodein$Companion.withDelayedCallbacks$default(Lcom/github/salomonbrys/kodein/Kodein$Companion;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlin/Pair;
        at com.github.salomonbrys.kodein.conf.ConfigurableKodein.getOrConstruct(ConfigurableKodein.kt:80) ~[?:?]
        at com.github.salomonbrys.kodein.conf.ConfigurableKodein.getTyped(ConfigurableKodein.kt:161) ~[?:?]
        at pw.kmp.gamelet.Gamelet.ready(Gamelet.kt:108) ~[?:?]
        at pw.kmp.gamelet.Gamelet.access$ready(Gamelet.kt:28) ~[?:?]
        at pw.kmp.gamelet.Gamelet$initialize$2.run(Gamelet.kt:57) ~[?:?]
kodein
+
kodein-conf
version: 3.3.0 occurs on kotlin version 1.0.7 and 1.1.1