ReloadAttemptResult

data class ReloadAttemptResult(val pluginId: String, val outcome: DevReloadOutcome, val message: String, val modulePath: String? = null, val buildSummary: String? = null, val durationMs: Long = 0)(source)

Constructors

Link copied to clipboard
constructor(pluginId: String, outcome: DevReloadOutcome, message: String, modulePath: String? = null, buildSummary: String? = null, durationMs: Long = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard