slatekit / kiit

Kotlin Framework for Apps, APIs, CLIs, Jobs, Mobile and more...
https://www.kiit.dev
Apache License 2.0
112 stars 13 forks source link

FIXES: In preparation for HomeBrew support #288

Closed kishorereddy closed 3 years ago

kishorereddy commented 3 years ago

Overview

Fixed loading of properties/config files from either jar | file Fix dependencies in projects.

Ticket(s)

n/a

Links(s)

n/a

Dependencies

n/a

Design

  1. Minimize dependencies for slatekit
  2. Ensure that the Context has a app field for Class<*> representing app being executed.

Notes

n/a

Pending

Tests