Hi, I'm trying to use the bootstrapper based on th...
# mvikotlin
l
Hi, I'm trying to use the bootstrapper based on the documentation but I'm not really understanding what I'm doing wrong here (using 3.0.0-alpha01 but it also happens on 2.0.4)
f
Hello Laurence. Look at the example in the line
private class ExecutorImpl....
the CoroutineExecutor type is
<Intent, Action, State, Result, Nothing>
🙏 1
And yours is
<Intent, Unit, State, Result, Nothing>
l
Hi Francis, thanks for checking, the
ExecutorImpl
seems to be ok after that change but the
BootstrapperImpl
still gives an error 😕
Ah i got it 🤦
had to put in BoostrapperImpl() and make sure to change the ExecutorImpl like you suggested