JoakimForslund
04/03/2019, 9:26 AMoverride val kodein = Kodein {
import(sdkModule)
}
which sets up all the binds. Do each class using those binds also need to implement the above snippet to use them? Or is it enough just to do val nameOfVar by instance() ?salomonbrys
04/03/2019, 6:33 PM