mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 16:48:12 -07:00
3 lines
118 B
Kotlin
3 lines
118 B
Kotlin
package com.beust.kobalt
|
|
|
|
open public class TaskResult(val success: Boolean = true, val errorMessage: String? = null)
|