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

commonMain.com.bkahlert.kommons.Program.kt Maven / Gradle / Ivy

Go to download

Kommons Core is a Kotlin Multiplatform Library that offers shared features for all Kommons modules.

There is a newer version: 2.8.0
Show newest version
package com.bkahlert.kommons

/** The running program. */
public expect object Program {

    /** Whether this program is running in debug mode. */
    public val isDebugging: Boolean

    /** Registers the specified [handler] as to be called when this program is about to stop. */
    public fun onExit(handler: () -> Unit)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy