Hey guys.. IDE is complaining about this, but it s...
# android
z
Hey guys.. IDE is complaining about this, but it seems like its working.. Is it safe using it?
Copy code
interface NetworkState {

    @get:JvmName("hasInternet")
    val hasInternet: Boolean
}