`cb?.let {}` in andriod studio, give me error tip...
# android
n
cb?.let {}
in andriod studio, give me error tip:
unresolved reference: let
. But I can build it successfully by gradle. I use kotlin in my old java project. Any body knows why?
p
Have you tried invalidate and restart?
n
I restarted android studio twice, and made it. Thank you. @pablisco
👍 1