Companion

object Companion

Functions

Link copied to clipboard
fun detect(cls: Class<*>, isReleaseDistributable: (path: String) -> Boolean = { Regex(""".*/build/compose/binaries/.+-release/.*""").matches(it) }, isDebug: (path: String) -> Boolean = { Regex(""".*/build/compose/binaries/.*""").matches(it) }): JvmAppMeta