Lazy-Init

LateInitVsLazy

In Kotlin we have to initialise variable with a value when we declare a variable or we need to assign null.

Read More