All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.utils.Constants.kt Maven / Gradle / Ivy

The newest version!
package com.javiersc.resources.networkResponse.utils

@PublishedApi
internal object Constants {
    const val DnsTimeout = 2000
    const val DnsIp = "8.8.8.8"
    const val DnsPort = 53
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy