mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-05-02 02:38: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)
|