1
0
Fork 0
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:
Cedric Beust 2015-12-18 02:26:49 +04:00
parent 733c4b52b5
commit 3914e92f6d
114 changed files with 114 additions and 98 deletions

View file

@ -0,0 +1,3 @@
package com.beust.kobalt
open public class TaskResult(val success: Boolean = true, val errorMessage: String? = null)