Parshav
09/05/2018, 3:36 PMerror: cannot choose among the following candidates without completing type inference:
public fun <T> lazy(initializer: () -> ???): Lazy<???> defined in kotlin
public fun <T> lazy(initializer: () -> ???): Lazy<???> defined in kotlin
Not sure what to do. I cleared cache but still lingers on. I only have one lazy evaluation and it is breaking on it :
val ss: String by lazy { "hello" }
Any ideas on what could be going on?holgerbrandl
09/13/2018, 6:52 AM