electrolobzik
01/27/2024, 4:59 PMclass MainActivity : ComponentActivity(), DIAware {
override val di by di()
Right now getting Type checking has run into a recursive problem. Easiest workaround: specify types of your declarations explicitly
and looks like AS doesn’t know what is di()
I am using v7.21.2 with main dependency in the common module and kodein-di-framework-android-x
in the androidMain.romainbsl
01/29/2024, 7:47 AMclosestDi()
in that context.electrolobzik
01/29/2024, 9:53 AM