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

jvmMain.com.strumenta.kotlinmultiplatform.logging.kt Maven / Gradle / Ivy

There is a newer version: 0.0.18
Show newest version
package com.strumenta.kotlinmultiplatform

actual fun errMessage(message: String) {
    System.err.println(message)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy