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.plugin
/
UnifiedPluginManager
/
ReloadCompatibilityDecision
Reload
Compatibility
Decision
data
class
ReloadCompatibilityDecision
(
val
outcome
:
DevReloadOutcome
,
val
message
:
String
)
(
source
)
Members
Constructors
Reload
Compatibility
Decision
Link copied to clipboard
constructor
(
outcome
:
DevReloadOutcome
,
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
outcome
Link copied to clipboard
val
outcome
:
DevReloadOutcome