Nicolas
04/29/2020, 11:31 AMprivate val toolbarManager: ToolbarManager by instance() // the underlined error is on instance()
I can have no error with this code:
private val toolbarManager by instance<ToolbarManager>()
A while ago, perhaps before I have upgraded Android Studio and/or Kotlin and/or kodein, the first code didn't raise any error in Android Studio.
Does anybody have an explanation ?ian.shaun.thomas
04/29/2020, 7:41 PM