I have to explicitly use the `!!` operator here. I...
# announcements
m
I have to explicitly use the
!!
operator here. I wonder if there is bettter, idiomatic way to do this with Kotlin?
c
val countryOfBirth: CountryResource? = person.countryOfBirth?.let(::CountryResource)
m
Thanks @Czar (once again)
simple smile 2