recommendations for avoiding an NPE on line 15?
# announcements
a
recommendations for avoiding an NPE on line 15?
b
Perhaps do the text assignment on the property instead?
Copy code
val bar = TextView(context).apply {
    text = "baz"
}
granted that will only work if you can determine what the text should be by that point