so in our case it broke because we compiled a lib against `2.9.6` and the main project against `2.9....
p
so in our case it broke because we compiled a lib against
2.9.6
and the main project against
2.9.7
and they have different constructors for
KotlinModule
. Once we figured it out everything started working as advertised
👍 1