Toolbox
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Toolbox
core
/
com.michaelflisar.toolbox.utils
/
JvmAppMeta
/
Companion
Companion
jvm
object
Companion
Members
Functions
detect
Link copied to clipboard
jvm
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