kobalt-android icon indicating copy to clipboard operation
kobalt-android copied to clipboard

Missing mandatory values should throw immediately

Open PaulWoitaschek opened this issue 9 years ago • 0 comments

If you are forgetting vars like minSdkVersion in android, you get a cryptic error. The library should use check(minSdkVersion != null, {"Must set min sdk version}) so the consumer knows immediately what went wrong.

PaulWoitaschek avatar Feb 05 '16 23:02 PaulWoitaschek