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

commonMain.Audacious.kt Maven / Gradle / Ivy

The newest version!
package pl.mareklangiewicz.kommand

fun audacious(vararg files: String, init: Audacious.() -> Unit = {}) = Audacious(files.toMutableList()).apply(init)

data class Audacious(
  val files: MutableList = mutableListOf(),
  val options: MutableList




© 2015 - 2024 Weber Informatics LLC | Privacy Policy