try `field?.let{ doSmthWith(it)}`
# announcements
s
try
field?.let{ doSmthWith(it)}