In Java terms: yes. In Kotlin terms it is a stand-...
# android
j
In Java terms: yes. In Kotlin terms it is a stand-alone function not related to a class. A Java class will be generated for it, because in Java everything has to be in a class. It would be called
InternetConnectionAvailabilityKt
in this case, if I'm not mistaken. But you will never use that name in Kotlin