mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-05-01 10:28:11 -07:00
Break Kobalt in two projects.
This commit is contained in:
parent
733c4b52b5
commit
3914e92f6d
114 changed files with 114 additions and 98 deletions
|
@ -0,0 +1,3 @@
|
|||
package com.beust.kobalt
|
||||
|
||||
open public class TaskResult(val success: Boolean = true, val errorMessage: String? = null)
|
Loading…
Add table
Add a link
Reference in a new issue