There is a reason why isNullOrEmpty is function, n...
# codingconventions
g
There is a reason why isNullOrEmpty is function, not a property. Kotlin supports inline properties only starting from version 1.1 But those extensions are inline and available even before 1.0 release
🍺 2