kotlin check if initialized code example Example: kotlin check if variable is initialized lateinit var file: File if (this::file.isInitialized) { ... }