Top "Kotlin-lateinit" questions

isInitialized - Backing field of lateinit var is not accessible at this point

I'm trying to check if a lateinit property has been initialized. In Kotlin 1.2 we now have the isInitialized method for …

java kotlin kotlin-lateinit
Kotlin: lateinit to val, or, alternatively, a var that can set once

Just curious: In Kotlin, I would love to get some val that can be initialized by lazy, but with a …

android kotlin immutability lazy-evaluation kotlin-lateinit
Kotlin with Spring DI: lateinit property has not been initialized

I don't get Spring-based setter dependency injection in Kotlin to work as it always terminates with the error message "lateinit …

spring dependency-injection kotlin kotlin-lateinit
lateinitVar cannot be resolved to use isInitialized from Kotlin 1.2.10

I want to use this feature the simplest thing like in the example does not work for me: lateinit val …

android kotlin kotlin-lateinit