Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.hotreload
/
DevBuildResult
Dev
Build
Result
data
class
DevBuildResult
(
val
success
:
Boolean
,
val
summary
:
String
,
val
output
:
String
)
(
source
)
Members
Constructors
Dev
Build
Result
Link copied to clipboard
constructor
(
success
:
Boolean
,
summary
:
String
,
output
:
String
)
Properties
output
Link copied to clipboard
val
output
:
String
success
Link copied to clipboard
val
success
:
Boolean
summary
Link copied to clipboard
val
summary
:
String