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

jvmMain.io.kotest.mpp.sysprop.kt Maven / Gradle / Ivy

There is a newer version: 4.0.7
Show newest version
@file:JvmName("syspropjvm")

package io.kotest.mpp

actual fun sysprop(name: String): String? = System.getProperty(name)
actual fun env(name: String): String? = System.getenv(name)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy