user
04/15/2020, 9:39 AMTobias
04/15/2020, 10:01 AMNot enough information to infer type variable T
when we use val foo: Bar by instance()
. This worked fine in 1.3.71 for us.
val foo by instance<Bar>()
still works for us in 1.3.72mikhail.zarechenskiy
04/15/2020, 11:35 AMPreferences -> Kotlin Compiler
Tobias
04/15/2020, 11:46 AMTobias
04/15/2020, 11:47 AMTobias
04/15/2020, 11:50 AMnapperley
04/16/2020, 2:04 AM