detect

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