is there any reason to use kotlin expressions over...
# announcements
r
is there any reason to use kotlin expressions over a function other than aesthetics? eg:
Copy code
fun getANumber() {return 2}  or fun getANumber() = 2