Hi, quick question for you guys. I've been playing...
# announcements
j
Hi, quick question for you guys. I've been playing around a bit with lateinit to fully understand how it works. Given this Kotlin class:
Copy code
class Experiment {
    lateinit var stuff: String
}